Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS: Account for UITextInteraction when building against 12.x or lower
In iOS 13.0 we can handle UITextInteraction as normal, but in lower versions it is not available to utilize at compile time. So we have to check for the other types instead and return if it is not one of those. Change-Id: Icbc5558e677ed40c03f30a174e2d79b87f489f68 Reviewed-by: Tor Arne Vestbø <[email protected]> (cherry picked from commit 3916b8a)
- Loading branch information