Fix switch to DM from thread view (#1162)

This commit is contained in:
enahum 2017-11-16 12:39:38 -03:00 committed by Harrison Healey
parent d16cbaa8e3
commit 2a9ce83c23

View file

@ -98,7 +98,7 @@ class UserProfile extends PureComponent {
}
);
} else {
navigator.pop({
navigator.popToRoot({
animated: true
});
}