mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Fixing drop target area, and adding bg color indicators.
- Merging wallpaper fix and PagedViewIconCache key fix Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
This commit is contained in:
@@ -48,11 +48,11 @@ public class PagedViewIconCache {
|
||||
final ComponentInfo ci = info.activityInfo != null ? info.activityInfo :
|
||||
info.serviceInfo;
|
||||
mComponentName = new ComponentName(ci.packageName, ci.name);
|
||||
mType = Type.AppWidgetProviderInfoKey;
|
||||
mType = Type.ResolveInfoKey;
|
||||
}
|
||||
public Key(AppWidgetProviderInfo info) {
|
||||
mComponentName = info.provider;
|
||||
mType = Type.ResolveInfoKey;
|
||||
mType = Type.AppWidgetProviderInfoKey;
|
||||
}
|
||||
|
||||
private ComponentName getComponentName() {
|
||||
|
||||
Reference in New Issue
Block a user