We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb75b6c commit 938c194Copy full SHA for 938c194
1 file changed
app/src/main/java/to/bitkit/androidServices/LightningNodeService.kt
@@ -153,7 +153,7 @@ class LightningNodeService : Service() {
153
super.onDestroy()
154
}
155
156
- @RequiresApi(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
+ @RequiresApi(Build.VERSION_CODES.VANILLA_ICE_CREAM)
157
override fun onTimeout(startId: Int, fgsType: Int) {
158
Logger.warn("Foreground service timeout reached", context = TAG)
159
serviceScope.launch {
0 commit comments