aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 19:57:18 -0800
committerAllan Wang <me@allanwang.ca>2021-01-10 19:57:18 -0800
commite5e1a0d4a521eb3c668e04c2123e0ecdd71230e5 (patch)
tree37644a634ad35e38f67fee5ba1edf44c0af08736 /app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
parent905056da6799b40293f6d8b0f655f244d927361d (diff)
downloadfrost-e5e1a0d4a521eb3c668e04c2123e0ecdd71230e5.tar.gz
frost-e5e1a0d4a521eb3c668e04c2123e0ecdd71230e5.tar.bz2
frost-e5e1a0d4a521eb3c668e04c2123e0ecdd71230e5.zip
Add messenger entry
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
index 4c33fe8d..3ad79f4a 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
@@ -48,6 +48,7 @@ enum class FbItem(
MARKETPLACE(R.string.marketplace, GoogleMaterial.Icon.gmd_store, "marketplace"),
MENU(R.string.menu, GoogleMaterial.Icon.gmd_menu, "settings"),
MESSAGES(R.string.messages, MaterialDesignIconic.Icon.gmi_comments, "messages"),
+ MESSENGER(R.string.messenger, CommunityMaterial.Icon2.cmd_facebook_messenger, "", prefix = MESSENGER_URL_BASE),
NOTES(R.string.notes, CommunityMaterial.Icon3.cmd_note, "notes"),
NOTIFICATIONS(R.string.notifications, MaterialDesignIconic.Icon.gmi_globe, "notifications"),
ON_THIS_DAY(R.string.on_this_day, GoogleMaterial.Icon.gmd_today, "onthisday"),