From 314eec1c70d3678a093c21e386aedf8900828f14 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 19 Jan 2020 22:52:58 -0800 Subject: Only use mbasic for parsing --- app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt') 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 4df99878..8d200c4f 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbItem.kt @@ -59,6 +59,14 @@ enum class FbItem( * Note that this url only works if a query (?q=) is provided */ _SEARCH( + R.string.kau_search, + GoogleMaterial.Icon.gmd_search, + "search/top" + ), + /** + * Non mbasic search cannot be parsed. + */ + _SEARCH_PARSE( R.string.kau_search, GoogleMaterial.Icon.gmd_search, "search/top", -- cgit v1.2.3