mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
chore: Follow up root navigator fix
This commit is contained in:
parent
2ba6e15e59
commit
c19946c184
@ -16,7 +16,7 @@ class KeyVerificationDialog extends StatefulWidget {
|
|||||||
Future<void> show(BuildContext context) => showModalBottomSheet(
|
Future<void> show(BuildContext context) => showModalBottomSheet(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => this,
|
builder: (context) => this,
|
||||||
useRootNavigator: true,
|
useRootNavigator: false,
|
||||||
isDismissible: false,
|
isDismissible: false,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user