Fixed undone message not appearing again

pull/147/head
M66B 6 years ago
parent f90b7801d9
commit 8831fc6f88

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

Loading…
Cancel
Save