This commit is contained in:
NudeDude 2019-04-04 11:16:57 +02:00
parent 3758995fdf
commit bd96c9f8dd
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(answers.size()));
txtAns.setText(formatter.format(answerAdapter.getItemCount()));
if (tweet.getReplyId() > 1) {
String reply = ui.get().getString(R.string.answering);