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

Commit 0892401a authored by Evan Rosky's avatar Evan Rosky
Browse files

Missed a break statement. very sorry

Change-Id: Ifbc6c60a3fa2cf296a34836c890a10d50c0f14c1
parent e0476599
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);