Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -9203,7 +9203,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener @Override public void onDetached() { if (mHandle == null) mHandle.onDetached(); if (mHandle != null) mHandle.onDetached(); } } Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -9203,7 +9203,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener @Override public void onDetached() { if (mHandle == null) mHandle.onDetached(); if (mHandle != null) mHandle.onDetached(); } } Loading