fix shared content's length shows 0.

This commit is contained in:
Len Chan 2019-03-27 16:38:49 +08:00
parent e798707fdf
commit 404f06def5
1 changed files with 2 additions and 0 deletions

View File

@ -761,6 +761,8 @@ public class TootActivity extends BaseActivity implements OnPostActionInterface,
displayPollPopup();
}
});
toot_space_left.setText(String.valueOf(toot_content.length()));
}
@Override