apps-android-commons/app/src/main/java
Tanmay Gupta 6a32454347
Nearby: Fix map moving by itself (#6061)
fixes #6046

the OnFocusChangeListener for nearby place list items sometimes gets invoked when new items aer set, even when the list is hidden, if an item had previously been clicked in it. This in turn causes the onItemClick to be called. This commit adds a check to make sure the list is not hidden when onItemClick is invoked this way.
2024-12-22 08:39:30 +09:00
..
fr/free/nrw/commons Nearby: Fix map moving by itself (#6061) 2024-12-22 08:39:30 +09:00