Skip to content
Snippets Groups Projects
Commit 33eb9961 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Force refresh when changing video group setting

(cherry picked from commit 68f0fa14)
parent 8cf6abba
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ class PreferencesUi : BasePreferenceFragment(), SharedPreferences.OnSharedPrefer
(activity as PreferencesActivity).setRestart()
UiTools.restartDialog(requireActivity())
}
"browser_show_all_files" -> (activity as PreferencesActivity).setRestart()
"browser_show_all_files", "video_min_group_length" -> (activity as PreferencesActivity).setRestart()
KEY_APP_THEME -> (activity as PreferencesActivity).exitAndRescan()
LIST_TITLE_ELLIPSIZE -> {
Settings.listTitleEllipsize = sharedPreferences.getString(LIST_TITLE_ELLIPSIZE, "0").toInt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment