mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-07 23:47:30 +00:00
fix ghost location when tapping media twice
This commit is contained in:
parent
af3ec4ba26
commit
19dbdcb326
@ -925,7 +925,7 @@ public class PostViewV2Fragment extends SharedElementTransitionDialogFragment im
|
||||
}
|
||||
|
||||
private void setupLocation(final Location location) {
|
||||
if (location == null) {
|
||||
if (location == null || !detailsVisible) {
|
||||
binding.location.setVisibility(View.GONE);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user