Bug 1570661 - Don't save GeckoView state in Fennec r=geckoview-reviewers,droeh

Differential Revision: https://phabricator.services.mozilla.com/D41017

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2019-08-07 14:54:46 +00:00
Родитель 6a3914f963
Коммит b69eb546f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1102,7 +1102,7 @@ public abstract class GeckoApp extends GeckoActivity
mLayerView = (GeckoView) findViewById(R.id.layer_view); mLayerView = (GeckoView) findViewById(R.id.layer_view);
// Disable automatic state staving - we require some special handling that we need to do // Disable automatic state staving - we require some special handling that we need to do
// ourselves. // ourselves.
mLayerView.setSaveFromParentEnabled(false); mLayerView.setSaveEnabled(false);
final GeckoSession session = new GeckoSession( final GeckoSession session = new GeckoSession(
new GeckoSessionSettings.Builder() new GeckoSessionSettings.Builder()