Fixed entering offline mode

This commit is contained in:
2020-02-12 22:22:29 +01:00
parent 8714c8fe0e
commit 8c1cfedb2e
2 changed files with 2 additions and 6 deletions

View File

@ -101,7 +101,6 @@ public class Startup {
// Set client user in local database
localDb.setUser(client.getSender());
// Initialize chats in local database
try {
localDb.initializeUserStorage();