Only show green indicator for "All Messages"

- Only show green indicator for "All Messages" as mentions doesn't work and we should never see it for muted rooms.
- Remove code that tried to reflect the notificationsEnabled setting I mis-undertood the requirements by reading the iOS code.
This commit is contained in:
David Langley 2023-09-14 16:39:11 +01:00
parent 2a7a46841e
commit 43fab70d30
3 changed files with 18 additions and 36 deletions

View file

@ -49,7 +49,6 @@ dependencies {
implementation(projects.libraries.dateformatter.api)
implementation(projects.libraries.eventformatter.api)
implementation(projects.libraries.deeplink)
implementation(projects.libraries.pushstore.api)
implementation(projects.features.invitelist.api)
implementation(projects.features.networkmonitor.api)
implementation(projects.features.leaveroom.api)