mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
fix ghost location when tapping media twice
This commit is contained in:
parent
af3ec4ba26
commit
19dbdcb326
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue