Persisting cache in PersistentLocalDb
This commit is contained in:
@ -138,7 +138,7 @@ public class Startup {
|
||||
// Initialize chats in local database
|
||||
try {
|
||||
localDb.initializeUserStorage();
|
||||
localDb.loadChats();
|
||||
localDb.loadUserData();
|
||||
} catch (FileNotFoundException e) {
|
||||
// The local database file has not yet been created, probably first login
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user