mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Moving all DB management logic from LauncherProvider into a separate class
This would make it easier to move the controller to LauncherModel Bug: 277345535 Test: Presubmit Flag: N/A Change-Id: I4d044cf41361f400968ef65e18de5d3976fcdec7
This commit is contained in:
@@ -183,7 +183,7 @@ public class InvariantDeviceProfile {
|
||||
|
||||
public String dbFile;
|
||||
public int defaultLayoutId;
|
||||
int demoModeLayoutId;
|
||||
public int demoModeLayoutId;
|
||||
public boolean[] inlineQsb = new boolean[COUNT_SIZES];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user