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

Commit db403d3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c364eb3e d828b42e
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);
            }
        }