Skip to content

Commit 87c9d61

Browse files
committed
remove debug gesture
1 parent 9ec8fcb commit 87c9d61

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ @interface Branch() <BranchDeepLinkingControllerCompletionDelegate, FABKit>
7272
@property (strong, nonatomic) BNCLinkCache *linkCache;
7373
@property (strong, nonatomic) BNCPreferenceHelper *preferenceHelper;
7474
@property (strong, nonatomic) BNCContentDiscoveryManager *contentDiscoveryManager;
75-
@property (strong, nonatomic) UILongPressGestureRecognizer *debugGestureRecognizer;
7675
@property (strong, nonatomic) NSString *branchKey;
7776
@property (strong, nonatomic) NSMutableDictionary *deepLinkControllers;
7877
@property (weak, nonatomic) UIViewController *deepLinkPresentingController;
@@ -1049,10 +1048,6 @@ - (void)applicationWillResignActive {
10491048
[self clearTimer];
10501049
self.sessionTimer = [NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(callClose) userInfo:nil repeats:NO];
10511050
[self.requestQueue persistImmediately];
1052-
1053-
if (self.debugGestureRecognizer) {
1054-
[[UIApplication sharedApplication].keyWindow removeGestureRecognizer:self.debugGestureRecognizer];
1055-
}
10561051
}
10571052

10581053
- (void)clearTimer {
@@ -1306,4 +1301,4 @@ + (NSString *)kitDisplayVersion {
13061301
return @"0.12.5";
13071302
}
13081303

1309-
@end
1304+
@end

0 commit comments

Comments
 (0)