aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-15 01:26:10 -0700
committerGitHub <noreply@github.com>2019-09-15 01:26:10 -0700
commit96908453abbd7e40e13af4359d1bce4524b979a6 (patch)
tree4c3ff473e164f793121673524788e830ccc49edb /app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
parent5071a44197cdc3b7ad4a2c3d188fcfd205f32449 (diff)
parentc9b34f5fdad8a890f05ae4189a5e819340ce1ee5 (diff)
downloadfrost-2.4.0.tar.gz
frost-2.4.0.tar.bz2
frost-2.4.0.zip
Merge pull request #1542 from AllanWang/remove-authv2.4.0
Remove auth and native ui elements by default
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt b/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
index 6ff20bfb..e4d0b485 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
@@ -76,11 +76,7 @@ enum class NotificationType(
FbItem.NOTIFICATIONS,
NotifParser,
Prefs::notificationRingtone
- ) {
-
- override fun bindRequest(content: NotificationContent, cookie: String) =
- FrostRunnable.prepareMarkNotificationRead(content.id, cookie)
- },
+ ),
MESSAGE(
NOTIF_CHANNEL_MESSAGES,