Skip to content
Snippets Groups Projects
Verified Commit 087e6045 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes unnamed crash cluster

parent e58359db
No related branches found
No related tags found
No related merge requests found
...@@ -109,10 +109,12 @@ class WhitelistFragment : SettingsFragment(), Changeable, ...@@ -109,10 +109,12 @@ class WhitelistFragment : SettingsFragment(), Changeable,
handler.post { handler.post {
whitelist = Whitelist(database.validityWhitelist().all(), database.hostnameWhitelist().all()) whitelist = Whitelist(database.validityWhitelist().all(), database.hostnameWhitelist().all())
whitelist?.let { whitelist?.let {
activity?.runOnUiThread {
certificateAdapter.list = it.certificates certificateAdapter.list = it.certificates
hostnameAdapter.list = it.hostnames hostnameAdapter.list = it.hostnames
} }
} }
}
return view return view
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment