Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -23859,7 +23859,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * on the screen. */ private boolean shouldDrawRoundScrollbar() { if (!mResources.getConfiguration().isScreenRound()) { if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { return false; } Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -23859,7 +23859,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * on the screen. */ private boolean shouldDrawRoundScrollbar() { if (!mResources.getConfiguration().isScreenRound()) { if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { return false; }