remove init methods from adapter

This commit is contained in:
Dominik Schürmann
2014-07-02 16:33:30 +02:00
parent 3d34eb8ca4
commit 94a58f3aa8
4 changed files with 53 additions and 88 deletions

View File

@@ -343,6 +343,7 @@ public class KeychainIntentService extends IntentService
setProgress(R.string.progress_done, 100, 100);
// cache new passphrase
if (saveParcel.newPassphrase != null) {
PassphraseCacheService.addCachedPassphrase(this, masterKeyId, saveParcel.newPassphrase);
}