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