mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Conventien method to sleep.
This commit is contained in:
parent
6eb200df4a
commit
83390c8351
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ public final class Hacks {
|
|||
sleep(200);
|
||||
}
|
||||
|
||||
private static final void sleep(int time) {
|
||||
public static final void sleep(int time) {
|
||||
try {
|
||||
Thread.sleep(time);
|
||||
} catch(InterruptedException ie){}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue