Skip to content

Commit

Permalink
Update main_page_view_mobile.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz committed Aug 26, 2024
1 parent 377f3c1 commit f5690b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commet/lib/ui/pages/main/main_page_view_mobile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class _MainPageViewMobileState extends State<MainPageViewMobile> {

Widget? rightPanel(BuildContext context) {
if (widget.state.currentRoom != null) {
return Tile.surfaceContainer(
return Tile(
child: ScaledSafeArea(
bottom: false, child: RoomSidePanel(state: widget.state)));
}
Expand Down

0 comments on commit f5690b3

Please sign in to comment.