forked from Ivasoft/mattermost-mobile
MM-55621 fix layout for tablets and foldables (#7697)
* MM-55621 fix layout for tablets and foldables * feedback review
This commit is contained in:
@@ -109,7 +109,7 @@ jest.doMock('react-native', () => {
|
||||
SplitView: {
|
||||
addListener: jest.fn(),
|
||||
removeListeners: jest.fn(),
|
||||
isRunningInSplitView: jest.fn().mockResolvedValue(() => ({isSplitView: false, isTablet: false})),
|
||||
isRunningInSplitView: jest.fn().mockReturnValue(() => ({isSplitView: false, isTablet: false})),
|
||||
},
|
||||
Notifications: {
|
||||
getDeliveredNotifications: jest.fn().mockResolvedValue([]),
|
||||
|
||||
Reference in New Issue
Block a user