only show Progress Dialog if necessary when sending toot (#1470)
This commit is contained in:
parent
344863b5d4
commit
d83e7c4c70
2 changed files with 8 additions and 0 deletions
|
@ -44,4 +44,8 @@ public class CountUpDownLatch {
|
|||
wait();
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized boolean isEmpty() {
|
||||
return count == 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue