Message List: Fix broken UI on iOS
This commit is contained in:
parent
bdf2e7b9f0
commit
3db39c0ca7
@ -111,6 +111,10 @@ function readCache(initialState: GlobalState) {
|
|||||||
...initialState.chatFolders,
|
...initialState.chatFolders,
|
||||||
...cached.chatFolders,
|
...cached.chatFolders,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (!cached.messages.messageLists) {
|
||||||
|
cached.messages.messageLists = [];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user