🐛 Bug fixes
This commit is contained in:
@ -202,7 +202,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen>
|
||||
String? placeholder;
|
||||
|
||||
final otherside =
|
||||
_channel!.members!.where((e) => e.account.id != _accountId).firstOrNull;
|
||||
_channel?.members!.where((e) => e.account.id != _accountId).firstOrNull;
|
||||
|
||||
if (_channel?.type == 1 && otherside != null) {
|
||||
title = otherside.account.nick;
|
||||
|
@ -131,7 +131,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
||||
..._channels.directChannels
|
||||
]),
|
||||
selfId: selfId,
|
||||
useReplace: true,
|
||||
useReplace: false,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user