aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/services
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-15 23:25:54 -0700
committerAllan Wang <me@allanwang.ca>2019-08-15 23:25:54 -0700
commit5d796703e8d69861bbff01bebf079d8401e66f77 (patch)
tree1a1848a213ad9be509de1f68bc48104b62b91a0e /app/src/main/kotlin/com/pitchedapps/frost/services
parent0a3339aee3fb058180d9d58e9639ae13973cd96b (diff)
downloadfrost-5d796703e8d69861bbff01bebf079d8401e66f77.tar.gz
frost-5d796703e8d69861bbff01bebf079d8401e66f77.tar.bz2
frost-5d796703e8d69861bbff01bebf079d8401e66f77.zip
Remove dbflow
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/services')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt1
1 files changed, 0 insertions, 1 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 cab1311c..6ff20bfb 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/services/FrostNotifications.kt
@@ -144,7 +144,6 @@ enum class NotificationType(
if (notifContents.isEmpty()) return 0
val userId = data.id
- // Legacy, remove with dbflow
val prevLatestEpoch = notifDao.latestEpoch(userId, channelId)
L.v { "Notif $name prev epoch $prevLatestEpoch" }