Android: fix indentation in NodeForegroundService

This commit is contained in:
goweii 2026-03-18 20:04:00 +08:00
parent 3ae2a837de
commit 8387c2de00

View File

@ -144,7 +144,7 @@ class NodeForegroundService : Service() {
@Suppress("DEPRECATION")
startForeground(NOTIFICATION_ID, notification)
}
didStartForeground = true
didStartForeground = true
}
companion object {