Skip to content

Commit 474c7da

Browse files
author
Michael Frederick
committed
Don't need accessibilityViewIsModal anymore
1 parent 4a4af61 commit 474c7da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

MFSideMenu/MFSideMenuContainerViewController.m

-5
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,6 @@ - (void)setMenuState:(MFSideMenuState)menuState completion:(void (^)(void))compl
271271
default:
272272
break;
273273
}
274-
275-
// TODO: do we still need this?
276-
if (self.navigationController.isViewLoaded && [self.navigationController.view respondsToSelector:@selector(accessibilityViewIsModal)]) {
277-
self.navigationController.view.accessibilityViewIsModal = menuState == MFSideMenuStateClosed;
278-
}
279274
}
280275

281276

0 commit comments

Comments
 (0)