forked from Ivasoft/mattermost-mobile
* Specify the screen to be dismissed from the bottom sheet on tablets * reposition unread badge on server icon * Skip setNavigatorStyles and set correct theme for login flow screens * Fetch current user status with fetchMe and when the WS connects * switchToChannel skip setting current channel if id is the same * ChannelMention component to use switchToChannelById instead of switchToChannel * loginEntry only set initialChannel if isTablet * deferredAppEntryActions mark channel as read and fetch channel stats if initialChannel is set * feedback review * feedback review