Always refresh databases onResume
This commit is contained in:
parent
18c177ffb8
commit
c17321e569
1 changed files with 1 additions and 3 deletions
|
@ -103,9 +103,7 @@ class MainActivity : SimpleActivity() {
|
|||
it?.setupColors(getProperTextColor(), getProperPrimaryColor())
|
||||
}
|
||||
|
||||
if (storedExcludedFolders != config.excludedFolders.hashCode()) {
|
||||
refreshAllFragments()
|
||||
}
|
||||
refreshAllFragments()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
|
|
Loading…
Reference in a new issue