mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 749582 - Fennec doesn't start in landscape mode. r=mfinkle
This commit is contained in:
parent
d373653306
commit
0449ad2bc1
@ -2080,7 +2080,8 @@ abstract public class GeckoApp
|
||||
|
||||
if (mOrientation != newConfig.orientation) {
|
||||
mOrientation = newConfig.orientation;
|
||||
mFormAssistPopup.hide();
|
||||
if (mFormAssistPopup != null)
|
||||
mFormAssistPopup.hide();
|
||||
refreshActionBar();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user