forked from github/cordova-android
CB-8764 Save instanceState before calling super
This commit is contained in:
parent
0669edddae
commit
7cf7311a9d
@ -439,8 +439,8 @@ public class CordovaActivity extends Activity {
|
||||
|
||||
protected void onSaveInstanceState(Bundle outState)
|
||||
{
|
||||
super.onSaveInstanceState(outState);
|
||||
cordovaInterface.onSaveInstanceState(outState);
|
||||
super.onSaveInstanceState(outState);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user