Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e6d4b03 authored by Jeff Brown's avatar Jeff Brown
Browse files

Lost the race.

Bug: 6373370
Change-Id: If42a3de66b1d407b06064e91ff578dc9ca5ceed8
parent f44e3949
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -268,6 +268,8 @@ public final class InputManager {
        synchronized (mInputDevicesLock) {
            int index = findInputDeviceListenerLocked(listener);
            if (index >= 0) {
                InputDeviceListenerDelegate d = mInputDeviceListeners.get(index);
                d.removeCallbacksAndMessages(null);
                mInputDeviceListeners.remove(index);
            }
        }