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

Commit 2194c1b6 authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "AVRCP: fix check of callback env" am: 7e71c5e9 am: ab92e5d0 am: 2a353e7b

am: e5869af1

Change-Id: I7c18f2b2920d034bc9304e133b56e0aaaf38a505
parents 37e40fa9 e5869af1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ static void btavrcp_get_item_attr_callback(uint8_t scope, uint8_t* uid,
  CallbackEnv sCallbackEnv(__func__);
  if (!sCallbackEnv.valid()) return;

  if (mCallbacksObj) {
  if (!mCallbacksObj) {
    ALOGE("%s: mCallbacksObj is null", __func__);
    return;
  }