lock thread for user input

This commit is contained in:
Dominik Schürmann
2013-09-08 19:24:47 +02:00
parent 11103623c5
commit 8123fd6925
2 changed files with 19 additions and 6 deletions

View File

@@ -268,15 +268,14 @@ public class CryptoServiceActivity extends SherlockFragmentActivity {
} catch (RemoteException e) {
Log.e(Constants.TAG, "ServiceActivity", e);
}
finish();
} else {
try {
mServiceCallback.onCachedPassphrase(false);
} catch (RemoteException e) {
Log.e(Constants.TAG, "ServiceActivity", e);
}
finish();
}
finish();
}
};