Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting one more time
  • Loading branch information
brandondiamond committed Sep 25, 2019
commit ba5ec6e48cd2aff4264222071af8e5581cebe19e
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ - (void)setupNotificationCenterObservers {
selector:@selector(onAccessibilityStatusChanged:)
name:UIAccessibilityBoldTextStatusDidChangeNotification
object:nil];

[center addObserver:self
selector:@selector(onAccessibilityStatusChanged:)
name:UIAccessibilityOnOffSwitchLabelsDidChangeNotification
Expand Down