mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Fixing wrong cache lookup call
Cache entry was saved using flattenToShortString, but the lookup was using flattenToString Change-Id: I4c012d5a90a89121989db059d31d3dd288fa5b8c
This commit is contained in:
@@ -242,7 +242,7 @@ public class WidgetPreviewLoader {
|
||||
CacheDb.COLUMN_COMPONENT + " = ? AND " + CacheDb.COLUMN_USER + " = ? AND "
|
||||
+ CacheDb.COLUMN_SIZE + " = ?",
|
||||
new String[]{
|
||||
key.componentName.flattenToString(),
|
||||
key.componentName.flattenToShortString(),
|
||||
Long.toString(mUserManager.getSerialNumberForUser(key.user)),
|
||||
key.size
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user