add channel to view if new message arrives and the channel is hidden

This commit is contained in:
Salvatore Giordano
2020-08-05 09:36:16 +02:00
parent 84af372179
commit 40bf12a922
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -377,6 +377,7 @@ class _ChannelListViewState extends State<ChannelListView>
.on(
EventType.connectionRecovered,
EventType.notificationAddedToChannel,
EventType.notificationMessageNew,
EventType.channelVisible,
)
.listen((event) {