Skip to content

Commit ff0901e

Browse files
committed
Remove type
1 parent 5bb2a76 commit ff0901e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/at/bitfire/davdroid/ui/ForegroundTracker.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlinx.coroutines.flow.asStateFlow
1212
*/
1313
object ForegroundTracker {
1414

15-
private val _inForeground: MutableStateFlow<Boolean> = MutableStateFlow(false)
15+
private val _inForeground = MutableStateFlow(false)
1616

1717
/**
1818
* Whether the app is in foreground or not.

0 commit comments

Comments
 (0)