mirror of
https://github.com/fosrl/newt.git
synced 2026-03-07 03:06:42 +00:00
Add mobile subs for permission
This commit is contained in:
8
clients/permissions/permissions_ios.go
Normal file
8
clients/permissions/permissions_ios.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build ios
|
||||
|
||||
package permissions
|
||||
|
||||
// CheckNativeInterfacePermissions always allows permission on iOS.
|
||||
func CheckNativeInterfacePermissions() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user