Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 1d8d666

Browse files
committed
modify boolean value's initial setting
1 parent 8c7dd93 commit 1d8d666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topl-service/src/main/java/io/matthewnelson/topl_service/lifecycle/BackgroundManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class BackgroundManager internal constructor(
266266

267267
@JvmStatic
268268
@Volatile
269-
var taskIsInForeground = true
269+
var taskIsInForeground = false
270270
private set
271271

272272
@JvmStatic

0 commit comments

Comments
 (0)