mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-22 05:22:34 +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) {
|
if (MediaQuery.of(context).size.width <= FluffyThemes.columnWidth * 2) {
|
||||||
return mainView;
|
return mainView;
|
||||||
}
|
}
|
||||||
return Scaffold(
|
return ScaffoldMessenger(
|
||||||
body: ScaffoldMessenger(
|
child: Scaffold(
|
||||||
child: Row(
|
body: Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
clipBehavior: Clip.antiAlias,
|
clipBehavior: Clip.antiAlias,
|
||||||
|
Loading…
Reference in New Issue
Block a user