mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-03 00:34:11 +01:00
Merge branch 'krille/widgets-grey-screen' into 'main'
fix: Widgets dialog crashes See merge request famedly/fluffychat!803
This commit is contained in:
commit
e93218d862
@ -36,6 +36,7 @@ class CupertinoWidgetsBottomSheet extends StatelessWidget {
|
||||
showCupertinoDialog(
|
||||
context: context,
|
||||
builder: (context) => EditWidgetsDialog(room: room),
|
||||
useRootNavigator: false,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
@ -25,6 +25,7 @@ class WidgetsBottomSheet extends StatelessWidget {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => EditWidgetsDialog(room: room),
|
||||
useRootNavigator: false,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
@ -135,6 +135,7 @@ class _ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => EditWidgetsDialog(room: widget.room),
|
||||
useRootNavigator: false,
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user