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]: Fold NotificationHelper into NotificationUiManager
There's hardly anything left in this file, after zulip#4842 made it unnecessary to maintain our own data structure of conversations because we can use the system's data structures of active notifications. Fold what little is left into the main file that uses it (indeed the only file that uses its one nontrivial item.) Also add some javadoc while we're at it.
- Loading branch information
Showing
3 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
android/app/src/main/java/com/zulipmobile/notifications/NotificationHelper.kt
This file was deleted.
Oops, something went wrong.
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