BatteryService: call init on launch

This commit is contained in:
Damian D'Souza
2025-10-09 21:42:03 +02:00
parent 33a5cc07d7
commit 4b0633726a
+1
View File
@@ -91,6 +91,7 @@ ShellRoot {
FontService.init()
HooksService.init()
BluetoothService.init()
BatteryService.init()
}
Background {}