Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -16918,7 +16918,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, @Nullable public ColorStateList getForegroundTintList() { return mForegroundInfo != null && mForegroundInfo.mTintInfo != null ? mBackgroundTint.mTintList : null; ? mForegroundInfo.mTintInfo.mTintList : null; } /** Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -16918,7 +16918,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, @Nullable public ColorStateList getForegroundTintList() { return mForegroundInfo != null && mForegroundInfo.mTintInfo != null ? mBackgroundTint.mTintList : null; ? mForegroundInfo.mTintInfo.mTintList : null; } /**