mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-18 18:19:33 +01:00
fix: Snackbars
This commit is contained in:
parent
fc8d214f01
commit
1daece0a7c
@ -13,9 +13,9 @@ class TwoColumnLayout extends StatelessWidget {
|
||||
if (MediaQuery.of(context).size.width <= FluffyThemes.columnWidth * 2) {
|
||||
return mainView;
|
||||
}
|
||||
return Scaffold(
|
||||
body: ScaffoldMessenger(
|
||||
child: Row(
|
||||
return ScaffoldMessenger(
|
||||
child: Scaffold(
|
||||
body: Row(
|
||||
children: [
|
||||
Container(
|
||||
clipBehavior: Clip.antiAlias,
|
||||
|
Loading…
Reference in New Issue
Block a user