chore: follow up user dialog
This commit is contained in:
parent
661339f7ab
commit
dba3553a59
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class UserDialog extends StatelessWidget {
|
|||
router.go('/rooms/$roomId');
|
||||
},
|
||||
child: Text(
|
||||
directChatRoomId != null
|
||||
directChatRoomId == null
|
||||
? L10n.of(context).createNewChat
|
||||
: L10n.of(context).sendAMessage,
|
||||
style: TextStyle(color: theme.colorScheme.secondary),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue