зеркало из https://github.com/mozilla/pjs.git
Bug 690134 - Fennec shows non-interactive UI on firstrun instead of splash screen [r=mbrubeck]
This commit is contained in:
Родитель
f5d0c4d34f
Коммит
f688fcae8d
|
@ -121,8 +121,8 @@ class GeckoSurfaceView
|
|||
|
||||
Resources res = getResources();
|
||||
|
||||
File filesDir = new File(GeckoApp.sGREDir, "files");
|
||||
if (filesDir.exists() == false) {
|
||||
File watchDir = new File(GeckoApp.sGREDir, "components");
|
||||
if (watchDir.exists() == false) {
|
||||
// Just show the simple splash screen for "new profile" startup
|
||||
c.drawColor(res.getColor(R.color.splash_background));
|
||||
Drawable drawable = res.getDrawable(R.drawable.splash);
|
||||
|
|
Загрузка…
Ссылка в новой задаче