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

Commit 8586af30 authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't recycle accessibility event after sending.

Bug: 8434656
Change-Id: Ic2ad41804280d58a3c58968a9cb7dd85b97fab86
parent cc591168
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -438,7 +438,6 @@ class AccessibilityInjectorFallback {
            event.setFromIndex(0);
            event.setToIndex(selection.length());
            sendAccessibilityEvent(event);
            event.recycle();
        }
    }