use onResumeFragments instead of onResume for fragment initialization

This commit is contained in:
Vincent Breitmoser
2015-07-09 01:14:12 +02:00
parent 20cebc2788
commit 3c239bfb34

View File

@@ -136,8 +136,8 @@ public class PassphraseDialogActivity extends FragmentActivity {
}
@Override
protected void onResume() {
super.onResume();
protected void onResumeFragments() {
super.onResumeFragments();
/* Show passphrase dialog to cache a new passphrase the user enters for using it later for
* encryption. Based on mSecretKeyId it asks for a passphrase to open a private key or it asks