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,8 +109,10 @@ class WhitelistFragment : SettingsFragment(), Changeable,
handler.post {
whitelist = Whitelist(database.validityWhitelist().all(), database.hostnameWhitelist().all())
whitelist?.let {
certificateAdapter.list = it.certificates
hostnameAdapter.list = it.hostnames
activity?.runOnUiThread {
certificateAdapter.list = it.certificates
hostnameAdapter.list = it.hostnames
}
}
}
return view
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment