mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Delayed conversation refresh interval.
This commit is contained in:
parent
5d7efdc8d5
commit
0b2ecd0626
@ -190,9 +190,9 @@ public class ConversationRefreshRunnable implements Runnable {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//Make a small break
|
//Make a small break (1 sec 200)
|
||||||
try {
|
try {
|
||||||
object.wait(500);
|
object.wait(1200);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user