fix NPE in ChatMessageCell
This commit is contained in:
parent
85ff913c2b
commit
8c043db2ce
@ -18039,7 +18039,7 @@ public class ChatMessageCell extends BaseCell implements SeekBar.SeekBarDelegate
|
||||
lastForwardedNamesOffset = namesOffset;
|
||||
lastForwardNameWidth = forwardedNameWidth;
|
||||
lastBackgroundLeft = getCurrentBackgroundLeft();
|
||||
lastBackgroundRight = currentBackgroundDrawable.getBounds().right;
|
||||
lastBackgroundRight = getCurrentBackgroundRight();
|
||||
|
||||
reactionsLayoutInBubble.recordDrawingState();
|
||||
if (replyNameLayout != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user