From da2405f42d8ca1868028e3a5717292468f1ddf5c Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 20 Jan 2020 16:52:10 -0800 Subject: Remove autoplay settings --- .../kotlin/com/pitchedapps/frost/settings/Behaviour.kt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt index ba5b839b..8f57b539 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt @@ -19,9 +19,7 @@ package com.pitchedapps.frost.settings import ca.allanwang.kau.kpref.activity.KPrefAdapterBuilder import com.pitchedapps.frost.R import com.pitchedapps.frost.activities.SettingsActivity -import com.pitchedapps.frost.facebook.FB_URL_BASE import com.pitchedapps.frost.utils.Prefs -import com.pitchedapps.frost.utils.launchWebOverlay /** * Created by Allan Wang on 2017-06-30. @@ -72,12 +70,13 @@ fun SettingsActivity.getBehaviourPrefs(): KPrefAdapterBuilder.() -> Unit = { descRes = R.string.enable_pip_desc } - plainText(R.string.autoplay_settings) { - descRes = R.string.autoplay_settings_desc - onClick = { - launchWebOverlay("${FB_URL_BASE}settings/videos/") - } - } + // Not available for desktop user agent for now +// plainText(R.string.autoplay_settings) { +// descRes = R.string.autoplay_settings_desc +// onClick = { +// launchWebOverlay("${FB_URL_BASE}settings/videos/") +// } +// } checkbox(R.string.exit_confirmation, Prefs::exitConfirmation, { Prefs.exitConfirmation = it }) { descRes = R.string.exit_confirmation_desc -- cgit v1.2.3