forked from Ivasoft/mattermost-mobile
[Gekidou] Show login screen when selecting a previous server (#6190)
* Show login screen when selecting a previous server * Update app/screens/home/channel_list/servers/servers_list/server_item/server_item.tsx Co-authored-by: Jason Frerich <jason.frerich@mattermost.com> Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
This commit is contained in:
@@ -270,6 +270,9 @@ jest.mock('react-native-navigation', () => {
|
||||
bindComponent: jest.fn(() => {
|
||||
return {remove: jest.fn()};
|
||||
}),
|
||||
registerNavigationButtonPressedListener: jest.fn(() => {
|
||||
return {buttonId: 'buttonId'};
|
||||
}),
|
||||
}),
|
||||
setRoot: jest.fn(),
|
||||
pop: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user