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

Commit 08c145a0 authored by Chenjie Luo's avatar Chenjie Luo Committed by Gerrit Code Review
Browse files

Merge "Add missing null pointer check inside HeadSetClientService.stop()"

parents 9a7e72ca bebc4dd9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -80,7 +80,9 @@ public class HeadsetClientService extends ProfileService {
        } catch (Exception e) {
            Log.w(TAG, "Unable to unregister broadcast receiver", e);
        }
        if (mStateMachine != null) {
            mStateMachine.doQuit();
        }
        return true;
    }