mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-09-19 05:49:10 +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