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 8a52f149a1
commit 7a33a050ef

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