mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 11:34:06 +00:00 
			
		
		
		
	Reduced friend list refresh frequency
This commit is contained in:
		@@ -61,7 +61,7 @@ public class FriendRefreshLoopRunnable implements Runnable {
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                try {
 | 
			
		||||
                    object.wait(500); //TODO: increase the value
 | 
			
		||||
                    object.wait(15000);
 | 
			
		||||
                } catch (Exception e) {
 | 
			
		||||
                    e.printStackTrace();
 | 
			
		||||
                    return; //Stop the refresh loop
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user