small bug fix

This commit is contained in:
NudeDude 2019-04-02 21:15:29 +02:00
parent a69a57014d
commit 7d9988a924
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public class StatusLoader extends AsyncTask<Long, Void, Void> {
txtFav.setText(formatter.format(tweet.getFavorCount()));
txtRet.setText(formatter.format(tweet.getRetweetCount()));
txtAns.setText(formatter.format(answerAdapter.getItemCount() + answers.size()));
txtAns.setText(formatter.format(answers.size()));
if (tweet.getReplyId() > 1) {
String reply = ui.get().getString(R.string.answering);