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),
|
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…
Add table
Add a link
Reference in a new issue