mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Removed RCTCache
Reviewed By: @tadeuzagallo Differential Revision: D2410542 fb-gh-sync-id: 98af1b51802e69e7ede9a31feda0df5a526a6db5
This commit is contained in:
committed by
facebook-github-bot-3
parent
706cf38931
commit
63a37be1dd
@@ -86,7 +86,7 @@ RCT_EXPORT_MODULE()
|
||||
self.contentSizeCategory = note.userInfo[UIContentSizeCategoryNewValueKey];
|
||||
}
|
||||
|
||||
- (void)didReceiveNewVoiceOverStatus:(NSNotification *)notification
|
||||
- (void)didReceiveNewVoiceOverStatus:(__unused NSNotification *)notification
|
||||
{
|
||||
BOOL newIsVoiceOverEnabled = UIAccessibilityIsVoiceOverRunning();
|
||||
if (_isVoiceOverEnabled != newIsVoiceOverEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user