Fixed undone message not appearing again

This commit is contained in:
M66B 2019-01-23 14:19:12 +00:00
parent f90b7801d9
commit 8831fc6f88
1 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
pbLoading.setVisibility(View.GONE);
setDisplacement(0);
if (textSize != 0) {
tvDay.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
tvFrom.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);