Show correct status notification at baresip start when there is no registered UAs

This commit is contained in:
Juha Heinanen
2022-12-15 05:42:53 +02:00
parent d14de7f5d4
commit 23eec09597

View File

@ -1094,6 +1094,7 @@ class BaresipService: Service() {
"${pm.isIgnoringBatteryOptimizations(applicationContext.packageName)}")
Log.d(TAG, "Partial wake lock/wifi lock is held: " +
"${partialWakeLock.isHeld}/${wifiLock.isHeld}")
updateStatusNotification()
}
@Keep