fix channelinfo
This commit is contained in:
@@ -80,7 +80,7 @@ class ChannelInfo extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!showTypingIndicator) {
|
if (!showTypingIndicator) {
|
||||||
return alternativeWidget;
|
return alternativeWidget ?? Offstage();
|
||||||
}
|
}
|
||||||
|
|
||||||
return TypingIndicator(
|
return TypingIndicator(
|
||||||
|
|||||||
Reference in New Issue
Block a user