mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Moving folder shape logic definition to xml
Adding support for storing custom parameters in shape definition Change-Id: I06f04f1836b337f8cc0ab2ad8c893bb03ae9c794
This commit is contained in:
@@ -38,6 +38,6 @@ public class MainProcessInitializer implements ResourceBasedOverride {
|
||||
FileLog.setDir(context.getApplicationContext().getFilesDir());
|
||||
FeatureFlags.initialize(context);
|
||||
SessionCommitReceiver.applyDefaultUserPrefs(context);
|
||||
FolderShape.init();
|
||||
FolderShape.init(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user