1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-10 04:52:38 +01:00

Restart main after applying

This commit is contained in:
Allan Wang 2019-08-07 23:08:40 -07:00
parent 6ab5ee6c83
commit 7ed4ba701e
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
3 changed files with 6 additions and 3 deletions

View File

@ -59,7 +59,10 @@ fun SettingsActivity.getExperimentalPrefs(): KPrefAdapterBuilder.() -> Unit = {
descRes = R.string.web_only_desc
}
checkbox(R.string.single_user_agent, Prefs::singleUserAgent, { Prefs.singleUserAgent }) {
checkbox(R.string.single_user_agent, Prefs::singleUserAgent, {
Prefs.singleUserAgent
shouldRestartMain()
}) {
descRes = R.string.single_user_agent_desc
}

View File

@ -5,4 +5,4 @@ v2.3.2
* Disable bugsnag completely when opting out of analytics
* Filter urls before sending to other apps
* Allow hiding main fab (see settings > newsfeed)
* Add option to disable non web based behaviour (settings > behaviour)
* Add many options under settings > experimental to help with recent

View File

@ -6,7 +6,7 @@
* Disable bugsnag completely when opting out of analytics
* Filter urls before sending to other apps
* Allow hiding main fab (see settings > newsfeed)
* Add option to disable non web based behaviour (settings > behaviour)
* Add many options under settings > experimental to help with recent
## v2.3.1
* Hide all story panels if enabled