зеркало из https://github.com/mozilla/pjs.git
Bug 739742 - Save bundle state when launching subactivity. r=blassey
This commit is contained in:
Родитель
ad7271de29
Коммит
2b04744bc6
|
@ -530,8 +530,6 @@ abstract public class GeckoApp
|
|||
|
||||
protected void onSaveInstanceState(Bundle outState) {
|
||||
super.onSaveInstanceState(outState);
|
||||
if (!isApplicationInBackground())
|
||||
return; // we're showing one of our own activities and likely won't get paged out
|
||||
|
||||
if (outState == null)
|
||||
outState = new Bundle();
|
||||
|
|
Загрузка…
Ссылка в новой задаче