mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixed crash on older iOS versions
This commit is contained in:
parent
4e0701073a
commit
bca44a87f3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
[self.scrollView setAlwaysBounceHorizontal:self.isHorizontal];
|
||||
[self.scrollView setAlwaysBounceVertical:!self.isHorizontal];
|
||||
|
||||
if (@available(macCatalyst 17.0, *)) {
|
||||
if (@available(iOS 17.0, *)) {
|
||||
self.scrollView.allowsKeyboardScrolling = NO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue