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

Commit 0345230f authored by Evan Rosky's avatar Evan Rosky Committed by android-build-merger
Browse files

Merge "Missed a break statement. very sorry" into oc-dev am: a2ee78ae

am: f51ae15e

Change-Id: I6a1a4db15dbb3aa986506b1c0f70e03bc8eb5830
parents 8c52b3fd f51ae15e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1653,6 +1653,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                                ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
                                : val.data;
                    }
                    break;

                case com.android.internal.R.styleable.View_clickable:
                    clickable = a.getBoolean(attr, clickable);