Skip to content

Commit

Permalink
Merge pull request #17 from jacobcxdev/dev/v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcxdev authored Jul 9, 2020
2 parents f6fff41 + 921515b commit 07c4a72
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Binary file modified Media/10-Mockup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Preferences/Resources/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@
<key>label</key>
<string>Quick Switch Preferences</string>
<key>footerText</key>
<string>Enable quick switching between pinned conversations from the Messages plugin switcher.
For Quick Switch to work, please navigate to Settings > Messages > Show Contact Photos, and ensure the toggle is enabled.</string>
<string>Enable quick switching between pinned conversations from the Messages plugin switcher.</string>
</dict>
<dict>
<key>cell</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ If you would like to donate to me, please donate [via PayPal](https://paypal.me/
![7-Mockup](https://user-images.githubusercontent.com/27970288/83982016-ce15cb00-a91a-11ea-9762-d6f4e4ecb389.png)
![8-Mockup](https://user-images.githubusercontent.com/27970288/86540822-8d03dd00-beff-11ea-91ef-f490cd309dde.png)
![9-Mockup](https://user-images.githubusercontent.com/27970288/86540837-942aeb00-beff-11ea-882b-b34cc670b123.png)
![10-Mockup](https://user-images.githubusercontent.com/27970288/86540842-98ef9f00-beff-11ea-9682-95f14cccf74b.png)
![10-Mockup](https://user-images.githubusercontent.com/27970288/87050640-6e9b2b80-c1f6-11ea-801a-8649091b10a2.png)
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Put the sparkle back in 'i'Message!
Maintainer: JacobCXDev <[email protected]>
Author: JacobCXDev <[email protected]>
Section: Tweaks
Version: 1.1.1
Version: 1.1.2
Tag: cydia::commercial, compatible::ios13
Icon: https://chariz.com/cdn/icon/iris/[email protected]
Depiction: https://repo.chariz.com/package/com.jacobcxdev.iris/
1 change: 0 additions & 1 deletion src/Objective-C/Tweak/Tweak.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
@property (nonatomic, readonly) UIImage *readPinnedImage;
@property (nonatomic, readonly) UIImage *unreadPinnedImage;
+ (instancetype)sharedBehaviors;
- (BOOL)contactPhotosEnabled;
@end

@interface CKMessagesController : UIViewController
Expand Down
2 changes: 1 addition & 1 deletion src/Objective-C/View/IrisAvatarCollectionViewCell.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- (void)initPostDequeueWithConversation:(CKConversation * _Nullable)conversation tapHandler:(void (^ _Nullable)(CKConversation * _Nullable))tapHandler {
_conversation = conversation;
_tapHandler = tapHandler;
if (conversation && [[%c(CKUIBehavior) sharedBehaviors] contactPhotosEnabled]) {
if (conversation) {
if (!_stackView) {
[self setupStackView];
}
Expand Down

0 comments on commit 07c4a72

Please sign in to comment.