mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Allow overriding enterprise related strings in Launcher
Test: manual Bug: 188414133 Bug: 211422509 Bug: 188410712 Change-Id: I75858cdcf2057e7c270da5893cd9a90c6753f182
This commit is contained in:
@@ -857,6 +857,9 @@ public class LoaderTask implements Runnable {
|
||||
// Load delegate items
|
||||
mModelDelegate.loadItems(mUserManagerState, shortcutKeyToPinnedShortcuts);
|
||||
|
||||
// Load string cache
|
||||
mModelDelegate.loadStringCache(mBgDataModel.stringCache);
|
||||
|
||||
// Break early if we've stopped loading
|
||||
if (mStopped) {
|
||||
mBgDataModel.clear();
|
||||
|
||||
Reference in New Issue
Block a user