mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-21 21:01:29 +01:00
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,
|
||||
...cached.chatFolders,
|
||||
};
|
||||
|
||||
if (!cached.messages.messageLists) {
|
||||
cached.messages.messageLists = [];
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user