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

Commit 11be6be4 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am 64d275c3: am 7383bf33: am d719215f: Merge "Fix accessibility ghosts in...

am 64d275c3: am 7383bf33: am d719215f: Merge "Fix accessibility ghosts in quick settings detail" into mnc-dev

* commit '64d275c3':
  Fix accessibility ghosts in quick settings detail
parents 25906b09 64d275c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -242,6 +242,9 @@ public class QSPanel extends ViewGroup {
    }

    private void handleSetTileVisibility(View v, int visibility) {
        if (visibility == VISIBLE && !mGridContentVisible) {
            visibility = INVISIBLE;
        }
        if (visibility == v.getVisibility()) return;
        v.setVisibility(visibility);
    }