mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +00:00
close #748
This commit is contained in:
parent
605ddd3635
commit
bd802a9759
1 changed files with 1 additions and 1 deletions
|
|
@ -817,7 +817,7 @@ public class PostViewV2Fragment extends SharedElementTransitionDialogFragment im
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setupCaption(final Caption caption) {
|
private void setupCaption(final Caption caption) {
|
||||||
if (caption == null) {
|
if (caption == null || TextUtils.isEmpty(caption.getText())) {
|
||||||
binding.caption.setVisibility(View.GONE);
|
binding.caption.setVisibility(View.GONE);
|
||||||
binding.translate.setVisibility(View.GONE);
|
binding.translate.setVisibility(View.GONE);
|
||||||
binding.captionToggle.setVisibility(View.GONE);
|
binding.captionToggle.setVisibility(View.GONE);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue