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

Commit b1002dfe authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

Merge "[le audio] Broadcast reset callback to null after unregister"

parents 23f44f31 6d3e51e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -582,6 +582,7 @@ public final class BluetoothLeBroadcastAssistant implements BluetoothProfile, Au
                throw new IllegalArgumentException("no callback was ever registered");
            }
            mCallback.unregister(callback);
            mCallback = null;
        }
    }