chore: Follow up move encryption button
This commit is contained in:
parent
916d66ca7b
commit
2c40e15dc7
2 changed files with 2 additions and 5 deletions
|
|
@ -256,11 +256,6 @@ class ChatInputRow extends StatelessWidget {
|
|||
onPressed: controller.emojiPickerAction,
|
||||
),
|
||||
),
|
||||
Container(
|
||||
height: height,
|
||||
alignment: Alignment.center,
|
||||
child: EncryptionButton(controller.room),
|
||||
),
|
||||
if (Matrix.of(context).isMultiAccount &&
|
||||
Matrix.of(context).hasComplexBundles &&
|
||||
Matrix.of(context).currentBundle!.length > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue