mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
androidTest: DialogFragmentIT: remove unneeded shortSleep in @Before
Leftover from testing Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
This commit is contained in:
parent
2dbf0a313c
commit
6f212de7ea
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public class DialogFragmentIT extends AbstractIT {
|
|||
public void quitLooperIfNeeded() {
|
||||
if (Looper.myLooper() != null) {
|
||||
Looper.myLooper().quitSafely();
|
||||
shortSleep();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue