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

Commit c12521cd authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix accessibility description on master clear" into nyc-dev

parents 963c3a4e fda77410
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -177,6 +177,9 @@ public class MasterClear extends OptionsMenuFragment {
    }

    private void getContentDescription(View v, StringBuffer description) {
       if (v.getVisibility() != View.VISIBLE) {
           return;
       }
       if (v instanceof ViewGroup) {
           ViewGroup vGroup = (ViewGroup) v;
           for (int i = 0; i < vGroup.getChildCount(); i++) {