aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-07-19 15:46:09 -0700
committerGitHub <noreply@github.com>2020-07-19 15:46:09 -0700
commit2cff5ce38e8a9fa32ee196ca911414e0b2f7e19e (patch)
tree09a756d7de8e8dcde58335c9b854119e925c03b5 /app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
parent7efc3d6f6f95ca9d3323009b5f66d883041a7974 (diff)
parent983a3dfa7462316df4dc01b583edf0cbe7a9d606 (diff)
downloadfrost-2cff5ce38e8a9fa32ee196ca911414e0b2f7e19e.tar.gz
frost-2cff5ce38e8a9fa32ee196ca911414e0b2f7e19e.tar.bz2
frost-2cff5ce38e8a9fa32ee196ca911414e0b2f7e19e.zip
Merge pull request #1699 from AllanWang/prefs
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.kt2
1 files changed, 2 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 8d200c4f..1a93393b 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt
@@ -55,6 +55,7 @@ enum class FbItem(
PHOTOS(R.string.photos, GoogleMaterial.Icon.gmd_photo, "me/photos"),
PROFILE(R.string.profile, CommunityMaterial.Icon.cmd_account, "me"),
SAVED(R.string.saved, GoogleMaterial.Icon.gmd_bookmark, "saved"),
+
/**
* Note that this url only works if a query (?q=) is provided
*/
@@ -63,6 +64,7 @@ enum class FbItem(
GoogleMaterial.Icon.gmd_search,
"search/top"
),
+
/**
* Non mbasic search cannot be parsed.
*/