android/ndk_motion: remove ALooper_release from ndk_motion destructor

We didn't acquire the looper from another thread so this is not correct
This commit is contained in:
BreadFish64 2020-03-30 11:27:53 -05:00 committed by bunnei
parent 562d7a5170
commit e4571be98b

View File

@ -92,7 +92,6 @@ class NDKMotion final : public Input::MotionDevice {
void Destruct() {
ASensorManager_destroyEventQueue(sensor_manager, event_queue);
ALooper_release(looper);
}
void Update() const {