aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging/FIRMessaging.m
diff options
context:
space:
mode:
authorGravatar Chen Liang <chliang@google.com>2018-04-26 11:22:25 -0700
committerGravatar GitHub <noreply@github.com>2018-04-26 11:22:25 -0700
commit1476e2bfe5db393ac3b069c1e12d14f91f6b529b (patch)
tree446a1c25aacbe02b6a43ad3fcc8f511c6d81dfbb /Firebase/Messaging/FIRMessaging.m
parenta7b4479bce32c3fc18a0c2e6c59bfd58615f301f (diff)
shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected (#1190)
shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected
Diffstat (limited to 'Firebase/Messaging/FIRMessaging.m')
-rw-r--r--Firebase/Messaging/FIRMessaging.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Firebase/Messaging/FIRMessaging.m b/Firebase/Messaging/FIRMessaging.m
index 8fafab8..339bd7d 100644
--- a/Firebase/Messaging/FIRMessaging.m
+++ b/Firebase/Messaging/FIRMessaging.m
@@ -124,9 +124,7 @@ static NSString *const kFIRMessagingPlistAutoInitEnabled =
@end
@interface FIRMessaging ()<FIRMessagingClientDelegate, FIRMessagingReceiverDelegate,
- FIRReachabilityDelegate> {
- BOOL _shouldEstablishDirectChannel;
-}
+ FIRReachabilityDelegate>
// FIRApp properties
@property(nonatomic, readwrite, copy) NSString *fcmSenderID;