Fix poll issue for Pleroma

This commit is contained in:
tom79 2019-06-28 07:27:21 +02:00
parent 6a9ba8d85b
commit 3bd394c9c1
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
//Display a preview for accounts that have replied *if enabled and only for home timeline*
if (social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON) {
if (social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON || social == UpdateAccountInfoAsyncTask.SOCIAL.PLEROMA) {
holder.rated.setVisibility(View.GONE);
holder.multiple_choice.setVisibility(View.GONE);
holder.single_choice.setVisibility(View.GONE);