Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS: Handle new contacts permission enumerator
iOS 18 added a new enumerator value for contact permissions, "Limited". This value has not been added for any other permission enumerator types such as camera. Currently we get compiler errors for not explicitly handling this value in a switch case. This change explicitly handles this enumerator and enables compilation. Pick-to: 6.8 6.7 6.5 Change-Id: Idfc45902f9ae2e555fab8ba3d860a58d89651964 Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information