mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Fix build.
Change-Id: I6afd45e603fd2480867dc692d59fd489ee2af63d
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user