[android] add review comments for panic induced account deletion

This commit is contained in:
Torsten Grote
2019-03-08 17:14:03 -03:00
parent 31d3324701
commit 270b8af39f
7 changed files with 28 additions and 26 deletions

View File

@@ -168,7 +168,6 @@ class LifecycleManagerImpl implements LifecycleManager, MigrationListener {
@Override
public void stopServices() {
if (state == STOPPING) return;
try {
startStopSemaphore.acquire();
} catch (InterruptedException e) {