fix flickering of caps in 2 column mode

This commit is contained in:
Adam Velebil 2024-04-15 11:31:40 +02:00
parent f5efe62744
commit 9451cddd76
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -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(