Bug 749582 - Fennec doesn't start in landscape mode. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-04-28 15:46:03 -04:00
parent 087c779d06
commit 6899236998

View File

@ -2080,7 +2080,8 @@ abstract public class GeckoApp
if (mOrientation != newConfig.orientation) {
mOrientation = newConfig.orientation;
mFormAssistPopup.hide();
if (mFormAssistPopup != null)
mFormAssistPopup.hide();
refreshActionBar();
}
}