removed AccessibilityElementProtocol
This commit is contained in:
parent
e61d7c5b07
commit
21a339f045
@ -191,7 +191,6 @@ extension AccessibilityHandler: MVMCorePresentationDelegateProtocol {
|
||||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
open func navigationController(_ navigationController: UINavigationController, displayedViewController viewController: UIViewController) {
|
||||
guard UIAccessibility.isVoiceOverRunning,
|
||||
canPostAccessbilityNotification(for: viewController) else { return }
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
|
||||
open class NotificationMoleculeModel: ContainerModel, MoleculeModelProtocol, AccessibilityElementProtocol {
|
||||
open class NotificationMoleculeModel: ContainerModel, MoleculeModelProtocol {
|
||||
|
||||
/**
|
||||
The style of the notification:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user