File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments