chore: Follow up move encryption button

This commit is contained in:
Christian Kußowski 2025-09-25 16:46:27 +02:00
commit 2c40e15dc7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 2 additions and 5 deletions

View file

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