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

Commit e5869af1 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

Change-Id: I129e51f79b6a212ce4c68af29dff02cc4580e7c5
parents e92057de 2a353e7b
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;
  }