mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-09 03:34:10 +01:00
fix: Display account picker only if complex bundles is true
This commit is contained in:
parent
16d75d2385
commit
d2b4ac4d9f
@ -679,6 +679,7 @@ class ChatView extends StatelessWidget {
|
|||||||
child: EncryptionButton(controller.room),
|
child: EncryptionButton(controller.room),
|
||||||
),
|
),
|
||||||
if (controller.matrix.isMultiAccount &&
|
if (controller.matrix.isMultiAccount &&
|
||||||
|
controller.matrix.hasComplexBundles &&
|
||||||
controller.matrix.currentBundle.length >
|
controller.matrix.currentBundle.length >
|
||||||
1)
|
1)
|
||||||
Container(
|
Container(
|
||||||
|
Loading…
Reference in New Issue
Block a user