bug 594043 - android splash screen dialog disables launch button for debug intent r=mwu a=blocking-fennec=2.0+

This commit is contained in:
Brad Lassey 2010-09-09 12:21:34 -07:00
Родитель b584571ed5
Коммит 99325e3442
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -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.