Skip to content

Commit

Permalink
fix: Encryption dialog crashes in column mode
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 22, 2023
1 parent 4848af7 commit 7a29265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/events/message_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class MessageContent extends StatelessWidget {
mxContent: sender.avatarUrl,
name: sender.calcDisplayname(),
presenceUserId: sender.stateKey,
client: Matrix.of(context).client,
),
title: Text(sender.calcDisplayname()),
subtitle: Text(event.originServerTs.localizedTime(context)),
Expand Down

0 comments on commit 7a29265

Please sign in to comment.