⚡ Cached network images
This commit is contained in:
@ -250,10 +250,4 @@ class _ChatScreenWidgetState extends State<ChatScreenWidget> {
|
||||
onCallEnded: () => _chat.setOngoingCall(null),
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void deactivate() {
|
||||
_chat.unFocus();
|
||||
super.deactivate();
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ class _ChatIndexScreenState extends State<ChatIndexScreen> {
|
||||
|
||||
return IndentWrapper(
|
||||
title: AppLocalizations.of(context)!.chat,
|
||||
appBarActions: chat.focusChannel != null
|
||||
appBarActions: isLargeScreen && chat.focusChannel != null
|
||||
? [
|
||||
ChannelCallAction(
|
||||
call: chat.ongoingCall,
|
||||
|
Reference in New Issue
Block a user