chore: Follow up root navigator fix
This commit is contained in:
parent
c908ea5fe0
commit
c4e010cf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue