use onResumeFragments instead of onResume for fragment initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user