From c56cd566d2066585c098597cbda162db283f6ec7 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 8 Jul 2019 09:23:49 -0400 Subject: [PATCH] MM-16823 Fix "Freeze" after deleting cache (#2956) --- app/mattermost.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/mattermost.js b/app/mattermost.js index 93338f7fe..8f156b795 100644 --- a/app/mattermost.js +++ b/app/mattermost.js @@ -415,9 +415,9 @@ const launchChannel = (skipMetrics = false) => { statusBarHideWithNavBar: false, screenBackgroundColor: 'transparent', }, - passProps: { - skipMetrics, - }, + }, + passProps: { + skipMetrics, }, appStyle: { orientation: 'auto',