Fixes direct messages falsely being shown as able to be boosted.
This commit is contained in:
parent
d8a5ec3132
commit
88df8216a6
2 changed files with 11 additions and 1 deletions
|
@ -382,7 +382,7 @@ class StatusViewHolder extends RecyclerView.ViewHolder {
|
|||
hideSensitiveMediaWarning();
|
||||
}
|
||||
setupButtons(listener, realStatus.account.id);
|
||||
setRebloggingEnabled(realStatus.visibility != Status.Visibility.PRIVATE);
|
||||
setRebloggingEnabled(status.rebloggingAllowed());
|
||||
if (realStatus.spoilerText.isEmpty()) {
|
||||
hideSpoilerText();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue