зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1203219 - [Safe Mode]Smartphone gets a bad state when user launches "Safe Mode" in a landscape mode r=ferjm
This commit is contained in:
Родитель
a434520239
Коммит
d7798f1b49
|
@ -71,6 +71,7 @@ this.SafeMode = {
|
|||
return DOMApplicationRegistry.registryReady.then(() => {
|
||||
let shell = SafeMode.window.shell;
|
||||
let document = SafeMode.window.document;
|
||||
SafeMode.window.screen.mozLockOrientation("portrait");
|
||||
|
||||
let url = Services.io.newURI(shell.homeURL, null, null)
|
||||
.resolve(kSafeModePage);
|
||||
|
|
Загрузка…
Ссылка в новой задаче