Save setup flow state when persisting activity state.
b/12664693 Change-Id: I90c98f720b4d1976f1982e778370a4218fa9832c
This commit is contained in:
parent
7e4daecc9a
commit
e7f938d85c
@ -104,6 +104,7 @@ public class AccountSetupFinal extends AccountSetupActivity implements View.OnCl
|
||||
public void onSaveInstanceState(Bundle outState) {
|
||||
super.onSaveInstanceState(outState);
|
||||
outState.putBoolean(SAVESTATE_IS_PROCESSING_KEY, mIsProcessing);
|
||||
outState.putInt(SAVESTATE_STATE, mState);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user