mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
fix flickering of caps in 2 column mode
This commit is contained in:
parent
f5efe62744
commit
9451cddd76
@ -545,7 +545,7 @@ class _AppPageState extends ConsumerState<AppPage> {
|
||||
body
|
||||
]),
|
||||
)),
|
||||
if (!hasDetailsOrKeyActions)
|
||||
if (hasManage && !hasDetailsOrKeyActions)
|
||||
const SizedBox(width: 336), // simulate column
|
||||
if (hasManage && hasDetailsOrKeyActions)
|
||||
_VisibilityListener(
|
||||
|
Loading…
Reference in New Issue
Block a user