Skip to content

Commit 77bfacd

Browse files
Reduce annoyance
1 parent f8b7360 commit 77bfacd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,7 @@
31423142
CODE_SIGN_IDENTITY = "iPhone Developer";
31433143
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31443144
CODE_SIGN_STYLE = Automatic;
3145-
CURRENT_PROJECT_VERSION = 169;
3145+
CURRENT_PROJECT_VERSION = 170;
31463146
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
31473147
DEVELOPMENT_TEAM = "";
31483148
ENABLE_HARDENED_RUNTIME = NO;
@@ -3180,7 +3180,7 @@
31803180
CODE_SIGN_IDENTITY = "iPhone Developer";
31813181
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31823182
CODE_SIGN_STYLE = Automatic;
3183-
CURRENT_PROJECT_VERSION = 169;
3183+
CURRENT_PROJECT_VERSION = 170;
31843184
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
31853185
DEVELOPMENT_TEAM = "";
31863186
ENABLE_HARDENED_RUNTIME = YES;
@@ -3327,7 +3327,7 @@
33273327
CODE_SIGN_IDENTITY = "iPhone Developer";
33283328
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33293329
CODE_SIGN_STYLE = Automatic;
3330-
CURRENT_PROJECT_VERSION = 169;
3330+
CURRENT_PROJECT_VERSION = 170;
33313331
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
33323332
DEVELOPMENT_TEAM = "";
33333333
ENABLE_HARDENED_RUNTIME = NO;
@@ -3519,7 +3519,7 @@
35193519
CODE_SIGN_IDENTITY = "iPhone Developer";
35203520
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35213521
CODE_SIGN_STYLE = Automatic;
3522-
CURRENT_PROJECT_VERSION = 169;
3522+
CURRENT_PROJECT_VERSION = 170;
35233523
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
35243524
DEVELOPMENT_TEAM = "";
35253525
ENABLE_HARDENED_RUNTIME = YES;

ChatSecureCore/Classes/View Controllers/OTRInviteViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ - (void)setShareButtons:(NSArray<BButton *> *)shareButtons
196196

197197
- (void)skipPressed:(id)sender
198198
{
199-
if (OTRBranding.allowsDonation) {
199+
if (OTRBranding.allowsDonation && !TransactionObserver.hasValidReceipt) {
200200
PurchaseViewController *purchaseVC = [PurchaseViewController fromBundle];
201201
[self.navigationController setNavigationBarHidden:YES animated:YES];
202202
[self.navigationController pushViewController:purchaseVC animated:YES];

0 commit comments

Comments
 (0)