Im using getStream ChatChannelListView to present all channels. But when there is no chats im overriding ViewFactory makeNoChannelsView
with my custom noChannelsView that has button to initiate chat.
As my noChannelsView is embeded in NavigationView its destination is ChatChannel but as soon as I try to fetchOneChannel and open it, noChatsView starts transition to ChatChannel and at the middle of that transition whole noChannelsView is being replaced with ChatChannelListView and then I need to mannualy enter my chosen channel.