Always refresh databases onResume

This commit is contained in:
Naveen 2023-07-05 23:36:28 +05:30
parent 18c177ffb8
commit c17321e569
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -103,9 +103,7 @@ class MainActivity : SimpleActivity() {
it?.setupColors(getProperTextColor(), getProperPrimaryColor())
}
if (storedExcludedFolders != config.excludedFolders.hashCode()) {
refreshAllFragments()
}
refreshAllFragments()
}
override fun onPause() {