Removed updatePartialWakeLock() recursion

This commit is contained in:
Juha Heinanen
2026-04-03 16:43:54 +03:00
parent 063bc6395c
commit 796f6c0706
@@ -1557,7 +1557,6 @@ class BaresipService: Service() {
} catch (e: Exception) { } catch (e: Exception) {
Log.e(TAG, "Error managing partialWakeLock: ${e.message}") Log.e(TAG, "Error managing partialWakeLock: ${e.message}")
} }
updatePartialWakeLock()
} }
private fun toast(message: String, length: Int = Toast.LENGTH_SHORT) { private fun toast(message: String, length: Int = Toast.LENGTH_SHORT) {