mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Caching last predictions and loading it with model
Adding support for persisting itemInfos on disk. This uses a separate xml file. Unlike prefs, it does not keep the items in memory and is just a wraper over reading/writing a file. Bug: 160748731 Change-Id: Iaccab9928ab8f30127fb3c2d630ca8ca83f0bd05
This commit is contained in:
@@ -65,7 +65,7 @@ public class LoaderCursor extends CursorWrapper {
|
||||
|
||||
private static final String TAG = "LoaderCursor";
|
||||
|
||||
public final LongSparseArray<UserHandle> allUsers;
|
||||
private final LongSparseArray<UserHandle> allUsers;
|
||||
|
||||
private final Uri mContentUri;
|
||||
private final Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user