mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Fix folder UI open regression when tapping edit text / Fix NPE
Bug: 149835166 Bug: 149839789 Change-Id: I295cc72e4228249794eae11f177226179f2a175f
This commit is contained in:
@@ -901,7 +901,8 @@ public class LoaderTask implements Runnable {
|
||||
}
|
||||
|
||||
private void loadFolderNames() {
|
||||
FolderNameProvider provider = FolderNameProvider.newInstance(mApp.getContext());
|
||||
FolderNameProvider provider = FolderNameProvider.newInstance(mApp.getContext(),
|
||||
mBgAllAppsList.data, mBgDataModel.folders);
|
||||
|
||||
synchronized (mBgDataModel) {
|
||||
for (int i = 0; i < mBgDataModel.folders.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user