mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-29 18:59:18 +01:00
avoid calling a redundant click on portrait images
This commit is contained in:
parent
17003c6ab1
commit
1dbe82e074
@ -38,7 +38,6 @@ class PortraitPhotosAdapter(val context: Context, val photos: ArrayList<String>,
|
||||
if (currentSelectionIndex != position) {
|
||||
currentSelectionIndex = position
|
||||
notifyDataSetChanged()
|
||||
views[position]?.performClick()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user