Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -8839,7 +8839,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility */ public int getOverscrollMode() { if (Settings.System.getInt(mContext.getContentResolver(), Settings.System.ALLOW_OVERSCROLL, 1) <= 0) Settings.System.ALLOW_OVERSCROLL, 0) <= 0) return OVERSCROLL_NEVER; return mOverscrollMode; Loading Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -8839,7 +8839,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility */ public int getOverscrollMode() { if (Settings.System.getInt(mContext.getContentResolver(), Settings.System.ALLOW_OVERSCROLL, 1) <= 0) Settings.System.ALLOW_OVERSCROLL, 0) <= 0) return OVERSCROLL_NEVER; return mOverscrollMode; Loading