Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b75e113

Browse files
author
Tosin Afolabi
committed
change false to NO for consistency
1 parent 95626a1 commit b75e113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SLKTextViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ - (void)slk_willShowOrHideKeyboard:(NSNotification *)notification
13551355
return;
13561356
}
13571357
else if (![self forceTextInputbarAdjustmentForResponder:currentResponder]) {
1358-
return [self dismissTextInputbar:false];
1358+
return [self dismissTextInputbar:NO];
13591359
}
13601360
}
13611361

0 commit comments

Comments
 (0)