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:
Fabrice Desré 2015-09-22 11:41:45 -07:00
Родитель a434520239
Коммит d7798f1b49
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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);