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

Skip to content
Commit 389eed52 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

InputDeviceSensorManager: Fix broken input device sensor flushing logic

Sensor flushing logic was broken, because the
InputSensorManager#flushImpl() called InputSensorManager#flush()
instead of InputDeviceSensorManager#flush(), which in turn called
InputSensorManager#flushImpl(). This was an infinitely deep mutually
recursive pit.

Fix this by renaming the local implementation to flushInternal.

Bug: 290254916
Test: atest InputDeviceSensorManagerTest
Change-Id: Ica72ec25956a1b27387d791957474b8e98d423ca
parent a23c564a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment