mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Merge "Updating the UI for focused state of an icon/folder." into ub-now-porkchop
This commit is contained in:
@@ -971,10 +971,7 @@ public class CellLayout extends ViewGroup {
|
||||
}
|
||||
|
||||
public ShortcutAndWidgetContainer getShortcutsAndWidgets() {
|
||||
if (getChildCount() > 0) {
|
||||
return (ShortcutAndWidgetContainer) getChildAt(0);
|
||||
}
|
||||
return null;
|
||||
return mShortcutsAndWidgets;
|
||||
}
|
||||
|
||||
public View getChildAt(int x, int y) {
|
||||
|
||||
Reference in New Issue
Block a user