mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-04 12:41:54 -05:00
Fixed empty tabs
This commit is contained in:
@@ -132,7 +132,7 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
|
||||
currentHash += it.getHashWithoutPrivatePhoto()
|
||||
}
|
||||
|
||||
if (currentHash != lastHashCode || skipHashComparing) {
|
||||
if (currentHash != lastHashCode || skipHashComparing || filtered.size == 0) {
|
||||
skipHashComparing = false
|
||||
lastHashCode = currentHash
|
||||
activity?.runOnUiThread {
|
||||
|
||||
Reference in New Issue
Block a user