File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class ChatViewArguments {
22
22
this .disableAppBar = false ,
23
23
this .chatInfoPageRedirect = false ,
24
24
this .enableSwipeToReply = true ,
25
- this .menuActionsEnabled = false , this .chatClosedWidget });
25
+ this .menuActionsEnabled = false });
26
26
27
27
final String chatJid;
28
28
final String topicId;
@@ -36,7 +36,6 @@ class ChatViewArguments {
36
36
final bool enableSwipeToReply;
37
37
final bool menuActionsEnabled;
38
38
final bool chatInfoPageRedirect;
39
- final Widget ? chatClosedWidget;
40
39
}
41
40
42
41
class ChatSearchViewArguments {
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class ChatView extends NavViewStateful<ChatController> {
227
227
.messageTypingAreaStyle.bgColor, //Colors.white,
228
228
child: controller.isBlocked.value
229
229
? userBlocked (context)
230
- : controller.isChatClosed.value ? controller.arguments ? .chatClosedWidget ?? chatClosed (context)
230
+ : controller.isChatClosed.value ? chatClosed (context)
231
231
: controller.isMemberOfGroup
232
232
? Column (
233
233
mainAxisAlignment: MainAxisAlignment .end,
You can’t perform that action at this time.
0 commit comments