androidTest: DialogFragmentIT: remove unneeded shortSleep in @Before

Leftover from testing

Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
This commit is contained in:
Álvaro Brey 2021-07-30 20:06:19 +02:00
parent 2dbf0a313c
commit 6f212de7ea

View file

@ -79,7 +79,6 @@ public class DialogFragmentIT extends AbstractIT {
public void quitLooperIfNeeded() {
if (Looper.myLooper() != null) {
Looper.myLooper().quitSafely();
shortSleep();
}
}