diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-26 16:49:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 16:49:09 -0500 |
commit | 41d27aeb517eb8f9a870a7ae0292761e6c0dd92d (patch) | |
tree | 621a74a897160fa81d67f3051ec151610079ea8b /app/src/main/res/values/strings_pref_feed.xml | |
parent | 6d682201115a70009f8789eee6da24a775d1d89d (diff) | |
download | frost-41d27aeb517eb8f9a870a7ae0292761e6c0dd92d.tar.gz frost-41d27aeb517eb8f9a870a7ae0292761e6c0dd92d.tar.bz2 frost-41d27aeb517eb8f9a870a7ae0292761e6c0dd92d.zip |
Misc (#513)
* Split content call from adding call
* Comment out reactive network code
* Remove autoplay settings, fixes #500
Diffstat (limited to 'app/src/main/res/values/strings_pref_feed.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index cc11f850..f858ee39 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -5,8 +5,6 @@ <string name="newsfeed_sort_desc">Defines the order in which the posts are shown</string> <string name="aggressive_recents">Aggressive Recents</string> <string name="aggressive_recents_desc">Filter out additional old posts from Facebook\'s original most recents feed. Disable this if your feed is empty.</string> - <string name="autoplay_settings">Video Autoplay Settings</string> - <string name="autoplay_settings_desc">Enable/disable video autoplays on data or at all times.\nThese settings are independent of your settings for desktop.</string> <string name="composer">Status Composer</string> <string name="composer_desc">Show status composer in the feed</string> |