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

Commit be26effc authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Don't try to stop advertising on death of GATT clients"

am: db403d3f

Change-Id: Id2cca42570678f7af624fb7b64d7bc851c282918
parents f2287d1e db403d3f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -248,10 +248,6 @@ public class GattService extends ProfileService {
                ScanClient client = new ScanClient(mAppIf, false);
                client.appDied = true;
                stopScan(client);
            } else {
                AdvertiseClient client = new AdvertiseClient(mAppIf);
                client.appDied = true;
                stopMultiAdvertising(client);
            }
        }