Fix android service mode

This commit is contained in:
problematicconsumer
2024-02-11 14:17:53 +03:30
parent a3e47c7393
commit 6a81a2ab62

View File

@@ -92,7 +92,7 @@ object Settings {
}
}
private var currentServiceMode = ServiceMode.NORMAL;
private var currentServiceMode : String? = null
suspend fun rebuildServiceMode(): Boolean {
var newMode = ServiceMode.NORMAL