forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android notif [nfc]: Rename file to NotificationUiManager
This makes a much more on-point name for what this file actually does. It doesn't have anything particularly to do with FCM at all; that's the job of some other code (and not very much of it.) Rather its job is to maintain the set of notifications as they appear in the UI. The reason it was named this is just that that's what it had always been; converted from FCMPushNotifications.java in 5654221, and before that renamed from GCMPushNotifications.java in f180171, both early 2019. And that in turn dates to when the first version of this code was written in 2017, where it was entangled with a pretty chaotic third-party library from the RN universe. (See e.g. 30e4d8e, and the rest of the changes leading up to d048dba.)
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ile/notifications/FCMPushNotifications.kt → ...le/notifications/NotificationUiManager.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters