bug 640232 - 4sec pause occurs when restarting Fennec on Galaxy Tab r=dougt a=mfinkle

This commit is contained in:
Brad Lassey 2011-03-09 18:09:57 -05:00
parent ec0dca098d
commit c0d2738dc1

View File

@ -607,9 +607,8 @@ public class GeckoAppShell
} else {
Log.i("GeckoAppJava", "we're done, good bye");
GeckoApp.mAppContext.finish();
System.exit(0);
}
System.exit(0);
}
static void scheduleRestart() {
Log.i("GeckoAppJava", "scheduling restart");