Skip to content
Prev Previous commit
Next Next commit
duplicate message check should be enabled for watchOS
  • Loading branch information
charlotteliang committed Feb 11, 2021
commit 61f3948ca07e270b9ea6792180c6b2f594279301
1 change: 1 addition & 0 deletions FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# unreleased
- [fixed] Fixed an issue that when checking storage size before writing to the disk, the client was checking the document folder that is no longer used. (#7480)

# 2021-02 -- v7.6.0
Expand Down
3 changes: 0 additions & 3 deletions FirebaseMessaging/Sources/FIRMessaging.m
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ - (void)start {
[self setupNotificationListeners];
[self setupTopics];

#if !TARGET_OS_WATCH
// Print the library version for logging.
NSString *currentLibraryVersion = FIRFirebaseVersion();
FIRMessagingLoggerInfo(kFIRMessagingMessageCodeMessagingPrintLibraryVersion,
Expand All @@ -245,8 +244,6 @@ - (void)start {
// setup FIRMessaging objects
[self setupRmqManager];
[self setupSyncMessageManager];

#endif
}

- (void)setupFileManagerSubDirectory {
Expand Down