mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Fix web only toggle reload
This commit is contained in:
parent
2afb85489e
commit
281124b649
@ -56,7 +56,7 @@ fun SettingsActivity.getNotificationPrefs(): KPrefAdapterBuilder.() -> Unit = {
|
||||
message(R.string.leave_web_only_desc)
|
||||
positiveButton(R.string.kau_yes) {
|
||||
Prefs.webOnly = false
|
||||
reloadSelf()
|
||||
reloadList()
|
||||
}
|
||||
negativeButton(R.string.kau_no)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user