mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +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) {
|
private void setupLocation(final Location location) {
|
||||||
if (location == null) {
|
if (location == null || !detailsVisible) {
|
||||||
binding.location.setVisibility(View.GONE);
|
binding.location.setVisibility(View.GONE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue