Skip to content

Commit

Permalink
Fix critical scrolling bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenp committed Feb 22, 2017
1 parent 150c670 commit f7fbbaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export TARGET=iphone:clang
ARCHS = armv7 arm64
DEBUG = 0
PACKAGE_VERSION = 1.0.1
PACKAGE_VERSION = 1.0.2

THEOS=/opt/theos

Expand Down
2 changes: 1 addition & 1 deletion Tweak.mm
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ -(void)setSeparatorColor:(UIColor *)color {
}

-(UIColor *)backgroundColor {
return [UIColor clearColor];
return [[NSClassFromString(@"CKUIBehavior") currentTheme] messagesControllerBackgroundColor];
}

-(void)setBackgroundColor:(UIColor *)color {
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: applebetas.ios.tweak.translucentmessages
Name: TranslucentMessages
Depends: mobilesubstrate, firmware (>= 10.0), preferenceloader
Version: 1.0.1
Version: 1.0.2
Architecture: iphoneos-arm
Description: Adds a beautiful blurred effect to your messages app and more, letting you see your wallpaper through them.
Maintainer: AppleBetas
Expand Down

0 comments on commit f7fbbaf

Please sign in to comment.