2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-05 01:17:26 +02:00

chore: Follow up root navigator fix

This commit is contained in:
Krille Fear 2022-12-26 20:21:18 +01:00
parent 2ba6e15e59
commit c19946c184

@ -16,7 +16,7 @@ class KeyVerificationDialog extends StatefulWidget {
Future<void> show(BuildContext context) => showModalBottomSheet(
context: context,
builder: (context) => this,
useRootNavigator: true,
useRootNavigator: false,
isDismissible: false,
);