avoid reloading a new fragment when leaving the application
This commit is contained in:
parent
2a66e5ea18
commit
a690f47746
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class PasswordStore extends Activity implements ToCloneOrNot.OnFragmentI
|
|||
@Override
|
||||
public void onPause() {
|
||||
super.onPause();
|
||||
this.leftActivity = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue