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

Commit 2a353e7b 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

Change-Id: Ibb411b8fdece960ca8313261301efb4868bc1db1
parents 7818bf1a ab92e5d0
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;
  }