aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-11-26 16:49:09 -0500
committerGitHub <noreply@github.com>2017-11-26 16:49:09 -0500
commit41d27aeb517eb8f9a870a7ae0292761e6c0dd92d (patch)
tree621a74a897160fa81d67f3051ec151610079ea8b /app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
parent6d682201115a70009f8789eee6da24a775d1d89d (diff)
downloadfrost-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/kotlin/com/pitchedapps/frost/settings/Feed.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
index 3c7b385d..e3a0872a 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Feed.kt
@@ -41,11 +41,6 @@ fun SettingsActivity.getFeedPrefs(): KPrefAdapterBuilder.() -> Unit = {
descRes = R.string.aggressive_recents_desc
}
- plainText(R.string.autoplay_settings) {
- descRes = R.string.autoplay_settings_desc
- onClick = { _, _, _ -> launchWebOverlay("https://touch.facebook.com/settings/videos"); true }
- }
-
checkbox(R.string.composer, { Prefs.showComposer }, {
Prefs.showComposer = it
setFrostResult(MainActivity.REQUEST_REFRESH)