mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
Remove lagging issue in expanded NavigationContent
This commit is contained in:
parent
fe4160baa5
commit
55d95e92be
@ -449,10 +449,13 @@ class _AppPageState extends ConsumerState<AppPage> {
|
|||||||
controller: _navController,
|
controller: _navController,
|
||||||
targetKey: _navExpandedKey,
|
targetKey: _navExpandedKey,
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
child: NavigationContent(
|
child: Material(
|
||||||
key: _navExpandedKey,
|
type: MaterialType.transparency,
|
||||||
shouldPop: false,
|
child: NavigationContent(
|
||||||
extended: true,
|
key: _navExpandedKey,
|
||||||
|
shouldPop: false,
|
||||||
|
extended: true,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
|
Loading…
Reference in New Issue
Block a user