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

Commit 950db14b authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "AVRCP: fix check of callback env" am: c25f4974 am: d6615acb am: 4f3127ac

am: 0d8b2ed0

Change-Id: I7c18f2b2920d034bc9304e133b56e0aaaf38a505
parents 3a197b32 0d8b2ed0
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;
  }