diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt index 9733c252..46ecdafe 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt @@ -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 {