We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd086f8 commit fa71128Copy full SHA for fa71128
Source/Classes/SLKTextViewController.m
@@ -1924,6 +1924,8 @@ - (NSArray *)keyCommands
1924
1925
- (void)slk_registerNotifications
1926
{
1927
+ [self slk_unregisterNotifications];
1928
+
1929
// Keyboard notifications
1930
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(slk_willShowOrHideKeyboard:) name:UIKeyboardWillShowNotification object:nil];
1931
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(slk_willShowOrHideKeyboard:) name:UIKeyboardWillHideNotification object:nil];
0 commit comments