commit
f581bdd79e
|
@ -132,7 +132,7 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
|
||||||
currentHash += it.getHashWithoutPrivatePhoto()
|
currentHash += it.getHashWithoutPrivatePhoto()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentHash != lastHashCode || skipHashComparing) {
|
if (currentHash != lastHashCode || skipHashComparing || filtered.size == 0) {
|
||||||
skipHashComparing = false
|
skipHashComparing = false
|
||||||
lastHashCode = currentHash
|
lastHashCode = currentHash
|
||||||
activity?.runOnUiThread {
|
activity?.runOnUiThread {
|
||||||
|
|
Loading…
Reference in New Issue