mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[ios] Switching to iOS 15 as the minimum
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
35cda6d342
commit
78b54acad4
@@ -40,7 +40,7 @@ class CopyableLabel: UILabel {
|
||||
|
||||
override func copy(_ sender: Any?) {
|
||||
UIPasteboard.general.string = text
|
||||
UIMenuController.shared.setMenuVisible(false, animated: true)
|
||||
UIMenuController.shared.hideMenu()
|
||||
}
|
||||
|
||||
override var canBecomeFirstResponder: Bool {
|
||||
|
||||
Reference in New Issue
Block a user