Skip to content

Commit

Permalink
removing changeKeyboardStyle from keyboardWillShow
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Nov 30, 2023
1 parent 518a801 commit 49e7085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboard/ios/Sources/KeyboardPlugin/Keyboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ - (void)onKeyboardWillHide:(NSNotification *)notification

- (void)onKeyboardWillShow:(NSNotification *)notification
{
[self changeKeyboardStyle:self.keyboardStyle];
if (hideTimer != nil) {
[hideTimer invalidate];
}
Expand Down

0 comments on commit 49e7085

Please sign in to comment.