We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1363b2b commit 91f7c6cCopy full SHA for 91f7c6c
permission-flow/src/main/java/dev/shreyaspatil/permissionFlow/watchmen/PermissionWatchmen.kt
@@ -128,7 +128,6 @@ internal class PermissionWatchmen(
128
* going in settings) and recalculates state of the permissions which are currently being
129
* observed.
130
*/
131
- @OptIn(FlowPreview::class)
132
private fun watchActivities() {
133
if (watchActivityEventJob != null && watchActivityEventJob?.isActive == true) return
134
watchActivityEventJob =
0 commit comments