Skip to content

Commit 91f7c6c

Browse files
committed
Remove unused Opt-In annotation
1 parent 1363b2b commit 91f7c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

permission-flow/src/main/java/dev/shreyaspatil/permissionFlow/watchmen/PermissionWatchmen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ internal class PermissionWatchmen(
128128
* going in settings) and recalculates state of the permissions which are currently being
129129
* observed.
130130
*/
131-
@OptIn(FlowPreview::class)
132131
private fun watchActivities() {
133132
if (watchActivityEventJob != null && watchActivityEventJob?.isActive == true) return
134133
watchActivityEventJob =

0 commit comments

Comments
 (0)