зеркало из https://github.com/mozilla/pjs.git
bug 594043 - android splash screen dialog disables launch button for debug intent r=mwu a=blocking-fennec=2.0+
This commit is contained in:
Родитель
b584571ed5
Коммит
99325e3442
|
@ -108,9 +108,10 @@ abstract public class GeckoApp
|
|||
|
||||
if (!GeckoAppShell.sGeckoRunning) {
|
||||
|
||||
mProgressDialog =
|
||||
ProgressDialog.show(GeckoApp.this, "", getAppName() +
|
||||
" is loading", true);
|
||||
if (!useLaunchButton)
|
||||
mProgressDialog =
|
||||
ProgressDialog.show(GeckoApp.this, "", getAppName() +
|
||||
" is loading", true);
|
||||
// Load our JNI libs; we need to do this before launch() because
|
||||
// setInitialSize will be called even before Gecko is actually up
|
||||
// and running.
|
||||
|
|
Загрузка…
Ссылка в новой задаче