Bug 690134 - Fennec shows non-interactive UI on firstrun instead of splash screen [r=mbrubeck]

This commit is contained in:
Mark Finkle
2011-09-29 12:48:51 -04:00
parent d4e3a7b12c
commit c5a0460032

View File

@@ -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);