mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616538 - Fennec on android crashes on startup when launched from sutagent on a tegra board with latest 2.2 OS. r=mwu a=blassey
--HG-- extra : rebase_source : 5f67743f6fd56d1f391cf39eef7ee3f33503bee3
This commit is contained in:
parent
31dcdedce3
commit
18641cb64c
@ -196,7 +196,7 @@ abstract public class GeckoApp
|
||||
return;
|
||||
}
|
||||
final String action = intent.getAction();
|
||||
if (action.equals("org.mozilla.gecko.DEBUG") &&
|
||||
if ("org.mozilla.gecko.DEBUG".equals(action) &&
|
||||
checkAndSetLaunchState(LaunchState.Launching, LaunchState.WaitButton)) {
|
||||
final Button launchButton = new Button(this);
|
||||
launchButton.setText("Launch"); // don't need to localize
|
||||
|
Loading…
Reference in New Issue
Block a user