From 9f2cc633b0c489f7d05b793e879fe273abce795b Mon Sep 17 00:00:00 2001 From: Tommy Muir <31448720+Muirey03@users.noreply.github.com> Date: Tue, 15 Jan 2019 18:09:19 +0000 Subject: [PATCH] v.0.1.2 --- Bounce.xm | 2 +- control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bounce.xm b/Bounce.xm index b7ea098..33b8071 100644 --- a/Bounce.xm +++ b/Bounce.xm @@ -4,7 +4,7 @@ -(void)didMoveToWindow { %orig; - if ([self isMemberOfClass:[UIScrollView class]] && [[self _viewControllerForAncestor] isKindOfClass:%c(PackageViewController)]) + if ([self isMemberOfClass:[UIScrollView class]] && [[self _viewControllerForAncestor] isKindOfClass:%c(PackageViewController)] && ![self.superview isKindOfClass:%c(DepictionScreenshotsView)]) { self.alwaysBounceVertical = YES; } diff --git a/control b/control index 3755d92..e1cfa5c 100644 --- a/control +++ b/control @@ -1,7 +1,7 @@ Package: tk.oceantweak.ocean Name: Ocean Depends: mobilesubstrate, preferenceloader, com.creaturecoding.libcspreferences, com.creaturesurvive.libcscolorpicker -Version: 0.1.1-1 +Version: 0.1.2 Architecture: iphoneos-arm Description: Supercharge Sileo with Ocean Maintainer: webmaster@localhost.com