Skip to content

Commit 725bf6b

Browse files
authored
Update Permission.kt
revert
1 parent 6084342 commit 725bf6b

File tree

1 file changed

+1
-4
lines changed
  • permissions/src/commonMain/kotlin/dev/icerock/moko/permissions

1 file changed

+1
-4
lines changed

permissions/src/commonMain/kotlin/dev/icerock/moko/permissions/Permission.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ interface Permission {
44
val delegate: PermissionDelegate
55

66
// Extended by individual permission delegates
7-
companion object {
8-
val READ_CONTACTS: Permission
9-
get() = dev.icerock.moko.permissions.contacts.ReadContactPermission
10-
}
7+
companion object
118
}

0 commit comments

Comments
 (0)