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

Commit 88d14e9e authored by Marcus Hoffmann's avatar Marcus Hoffmann Committed by Marvin W.
Browse files

fix log message on BLE advertising on SDK < 26

parent 15a1b155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class AdvertiserService : LifecycleService() {
                try {
                    advertiser.startAdvertising(settings, data, callback)
                } catch (e: SecurityException) {
                    Log.e(TAG, "Couldn't start advertising: Need android.permission.BLUETOOTH_ADVERTISE permission.", )
                    Log.e(TAG, "Couldn't start advertising.", )
                }
            }
            synchronized(this) { advertising = true }