Fix switch to DM from thread view (#1162)
This commit is contained in:
parent
d16cbaa8e3
commit
2a9ce83c23
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class UserProfile extends PureComponent {
|
|||
}
|
||||
);
|
||||
} else {
|
||||
navigator.pop({
|
||||
navigator.popToRoot({
|
||||
animated: true
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue