Loading core/java/android/view/ViewRootImpl.java +1 −3 Original line number Diff line number Diff line Loading @@ -3589,9 +3589,7 @@ public final class ViewRootImpl implements ViewParent, // tell the window manager try { if (!isInLocalFocusMode()) { mWindowSession.setInTouchMode(inTouchMode); } } catch (RemoteException e) { throw new RuntimeException(e); } Loading Loading
core/java/android/view/ViewRootImpl.java +1 −3 Original line number Diff line number Diff line Loading @@ -3589,9 +3589,7 @@ public final class ViewRootImpl implements ViewParent, // tell the window manager try { if (!isInLocalFocusMode()) { mWindowSession.setInTouchMode(inTouchMode); } } catch (RemoteException e) { throw new RuntimeException(e); } Loading