1
0
mirror of https://github.com/nuclearfog/Shitter.git synced 2025-01-27 17:39:24 +01:00

small bug fix

This commit is contained in:
NudeDude 2019-04-02 21:15:29 +02:00
parent a69a57014d
commit 7d9988a924

@ -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);