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

Commit 64d275c3 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

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

* commit '7383bf33':
  Fix accessibility ghosts in quick settings detail
parents 5b26cd31 7383bf33
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);
    }