Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02b50811 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing wrong views being made visible when opening all apps

issue: 17422327
Change-Id: I18175ecba154dff3ff5d7e1b16696ca46c7aeae8
parent 8e894faa
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -959,10 +959,7 @@ public class CellLayout extends ViewGroup {
    }

    public void setShortcutAndWidgetAlpha(float alpha) {
        final int childCount = getChildCount();
        for (int i = 0; i < childCount; i++) {
            getChildAt(i).setAlpha(alpha);
        }
        mShortcutsAndWidgets.setAlpha(alpha);
    }

    public ShortcutAndWidgetContainer getShortcutsAndWidgets() {