mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Reduced friend list refresh frequency
This commit is contained in:
parent
889e65e4d6
commit
98713def11
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user