Loading android/app/src/com/android/bluetooth/avrcp/AvrcpControllerService.java +4 −5 Original line number Diff line number Diff line Loading @@ -82,14 +82,13 @@ public class AvrcpControllerService extends ProfileService { } protected boolean cleanup() { if (mHandler != null) { mHandler.removeCallbacksAndMessages(null); Looper looper = mHandler.getLooper(); if (looper != null) { looper.quit(); if (looper != null) looper.quit(); } clearAvrcpControllerService(); cleanupNative(); return true; Loading Loading
android/app/src/com/android/bluetooth/avrcp/AvrcpControllerService.java +4 −5 Original line number Diff line number Diff line Loading @@ -82,14 +82,13 @@ public class AvrcpControllerService extends ProfileService { } protected boolean cleanup() { if (mHandler != null) { mHandler.removeCallbacksAndMessages(null); Looper looper = mHandler.getLooper(); if (looper != null) { looper.quit(); if (looper != null) looper.quit(); } clearAvrcpControllerService(); cleanupNative(); return true; Loading