Fix build.

Change-Id: I6afd45e603fd2480867dc692d59fd489ee2af63d
This commit is contained in:
Daniel Sandler
2013-06-17 22:35:17 -04:00
parent a127b7ad15
commit 211667e4c2

View File

@@ -67,10 +67,6 @@ public class LauncherAppState {
mStarttime = System.currentTimeMillis();
if (context.getResources().getBoolean(R.bool.debug_memory_enabled)) {
WeightWatcher.sUpdateThread.start();
}
// set sIsScreenXLarge and sScreenDensity *before* creating icon cache
sIsScreenLarge = context.getResources().getBoolean(R.bool.is_large_screen);
sScreenDensity = context.getResources().getDisplayMetrics().density;