MM-16823 Fix "Freeze" after deleting cache (#2956)
This commit is contained in:
parent
9f85a0a33e
commit
c56cd566d2
1 changed files with 3 additions and 3 deletions
|
|
@ -415,9 +415,9 @@ const launchChannel = (skipMetrics = false) => {
|
|||
statusBarHideWithNavBar: false,
|
||||
screenBackgroundColor: 'transparent',
|
||||
},
|
||||
passProps: {
|
||||
skipMetrics,
|
||||
},
|
||||
},
|
||||
passProps: {
|
||||
skipMetrics,
|
||||
},
|
||||
appStyle: {
|
||||
orientation: 'auto',
|
||||
|
|
|
|||
Loading…
Reference in a new issue