Fix browser history on mobile
This commit is contained in:
parent
37ab47ab5b
commit
155b90ec05
@ -24,8 +24,8 @@ addReducer('openChat', (global, actions, payload) => {
|
||||
|
||||
const currentMessageList = selectCurrentMessageList(global);
|
||||
|
||||
if (currentMessageList
|
||||
&& (
|
||||
if (!currentMessageList
|
||||
|| (
|
||||
currentMessageList.chatId !== id
|
||||
|| currentMessageList.threadId !== threadId
|
||||
|| currentMessageList.type !== type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user