fix: Display account picker only if complex bundles is true
This commit is contained in:
parent
3ac5ee0b88
commit
6077c0ab8e
1 changed files with 1 additions and 0 deletions
|
|
@ -679,6 +679,7 @@ class ChatView extends StatelessWidget {
|
|||
child: EncryptionButton(controller.room),
|
||||
),
|
||||
if (controller.matrix.isMultiAccount &&
|
||||
controller.matrix.hasComplexBundles &&
|
||||
controller.matrix.currentBundle.length >
|
||||
1)
|
||||
Container(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue