From 2a9ce83c23a35441cc339c04b75286e6e0b1a363 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 16 Nov 2017 12:39:38 -0300 Subject: [PATCH] Fix switch to DM from thread view (#1162) --- app/screens/user_profile/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/user_profile/user_profile.js b/app/screens/user_profile/user_profile.js index b5f4b6f65..e1d345595 100644 --- a/app/screens/user_profile/user_profile.js +++ b/app/screens/user_profile/user_profile.js @@ -98,7 +98,7 @@ class UserProfile extends PureComponent { } ); } else { - navigator.pop({ + navigator.popToRoot({ animated: true }); }