1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-20 07:31:40 +02:00

Fix web only toggle reload

This commit is contained in:
Allan Wang 2019-08-06 22:00:23 -07:00
parent 2afb85489e
commit 281124b649
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -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)
}