Skip to content

Commit

Permalink
v.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirey03 committed Jan 15, 2019
1 parent 9a3743e commit 9f2cc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bounce.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down

0 comments on commit 9f2cc63

Please sign in to comment.