Set visibility to GONE instead of INVISIBLE for the tipping button
This commit is contained in:
parent
f6b1675481
commit
0b32b58365
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ public class FileViewFragment extends BaseFragment implements
|
|||
Helper.setViewVisibility(layoutNothingAtLocation, View.GONE);
|
||||
|
||||
if (claim.getTags().contains("disable-support") || claim.getSigningChannel().getTags().contains("disable-support"))
|
||||
Helper.setViewVisibility(tipButton, View.INVISIBLE);
|
||||
Helper.setViewVisibility(tipButton, View.GONE);
|
||||
else
|
||||
Helper.setViewVisibility(tipButton, View.VISIBLE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue