matrix-ios-kit
matrix-ios-kit copied to clipboard
Don't query pasteboard contents until paste:
Currently canPerformAction: causes a read of the pasteboard, which is annoying on iOS 14. The system alerts the user "Pasted from [x]" every time the menu is queried.
Instead we can check the types without querying the contents.
Signed-off-by: Adlai Holler [email protected]
@manuroe Could I get a review of this please?
@manuroe Updated with signoff & changelog.