use onResumeFragments instead of onResume for fragment initialization
This commit is contained in:
@@ -136,8 +136,8 @@ public class PassphraseDialogActivity extends FragmentActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onResume() {
|
protected void onResumeFragments() {
|
||||||
super.onResume();
|
super.onResumeFragments();
|
||||||
|
|
||||||
/* Show passphrase dialog to cache a new passphrase the user enters for using it later for
|
/* 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
|
* encryption. Based on mSecretKeyId it asks for a passphrase to open a private key or it asks
|
||||||
|
|||||||
Reference in New Issue
Block a user