aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-16 23:54:13 -0500
committerGitHub <noreply@github.com>2019-01-16 23:54:13 -0500
commitf1c74afe1c52cfc6b8bc2964e8a2df964521e2c9 (patch)
tree55ffcecd2309b0475ad4c74b2c0d36fc4e80dccd /app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
parentedbbd9ae47edec0da4548727cd0992e15cdbda7f (diff)
downloadfrost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.tar.gz
frost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.tar.bz2
frost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.zip
Feature/marketplace (#1328)
* Add marketplace item * Add marketplace entry to drawer * Update changelog
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 723ed450..6cf6f41b 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
@@ -46,6 +46,7 @@ enum class FbItem(
FEED_TOP_STORIES(R.string.top_stories, GoogleMaterial.Icon.gmd_star, "home.php?sk=h_nor"),
FRIENDS(R.string.friends, GoogleMaterial.Icon.gmd_person_add, "friends/center/requests"),
GROUPS(R.string.groups, GoogleMaterial.Icon.gmd_group, "groups"),
+ MARKETPLACE(R.string.marketplace, CommunityMaterial.Icon2.cmd_home_currency_usd, "marketplace"),
MENU(R.string.menu, GoogleMaterial.Icon.gmd_menu, "settings", ::MenuFragment),
MESSAGES(R.string.messages, MaterialDesignIconic.Icon.gmi_comments, "messages"),
NOTES(R.string.notes, CommunityMaterial.Icon2.cmd_note, "notes"),