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

Commit c799edf1 authored by Jerome Poichet's avatar Jerome Poichet Committed by Android Git Automerger
Browse files

am 884c45a2: am 3f57de80: am fd709421: Merge "Preventing leak" into mnc-dev

* commit '884c45a2':
  Preventing leak
parents 1348e1f7 884c45a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ public final class BluetoothLeAdvertiser {
     */
    public void stopAdvertising(final AdvertiseCallback callback) {
        synchronized (mLeAdvertisers) {
            BluetoothLeUtils.checkAdapterStateOn(mBluetoothAdapter);
            if (callback == null) {
                throw new IllegalArgumentException("callback cannot be null");
            }