fix build warnings (#1331)
This commit is contained in:
parent
56b53c458a
commit
707f3e605c
12 changed files with 16 additions and 20 deletions
|
@ -779,7 +779,7 @@ public abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder {
|
|||
if (poll == null) {
|
||||
return "";
|
||||
} else {
|
||||
CharSequence[] args = new CharSequence[5];
|
||||
Object[] args = new CharSequence[5];
|
||||
List<PollOptionViewData> options = poll.getOptions();
|
||||
for (int i = 0; i < args.length; i++) {
|
||||
if (i < options.size()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue