Loading core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -4552,8 +4552,8 @@ public final class ViewRootImpl implements ViewParent, if (mPointerIconType != pointerType) { mPointerIconType = pointerType; if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { mCustomPointerIcon = null; if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { InputManager.getInstance().setPointerIconType(pointerType); return true; } Loading Loading
core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -4552,8 +4552,8 @@ public final class ViewRootImpl implements ViewParent, if (mPointerIconType != pointerType) { mPointerIconType = pointerType; if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { mCustomPointerIcon = null; if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { InputManager.getInstance().setPointerIconType(pointerType); return true; } Loading