Not starting the sync thread in offline mode
This commit is contained in:
parent
ea3ad85611
commit
0123935cea
@ -238,6 +238,8 @@ public class ChatWindow extends JFrame {
|
|||||||
contentPane.revalidate();
|
contentPane.revalidate();
|
||||||
|
|
||||||
loadUsersAndChats();
|
loadUsersAndChats();
|
||||||
|
|
||||||
|
if(client.isOnline())
|
||||||
startSyncThread(Config.getInstance().getSyncTimeout());
|
startSyncThread(Config.getInstance().getSyncTimeout());
|
||||||
|
|
||||||
contentPane.revalidate();
|
contentPane.revalidate();
|
||||||
|
Reference in New Issue
Block a user