fix NPE in ChatMessageCell

This commit is contained in:
luvletter2333 2022-12-02 17:27:27 +08:00
parent 85ff913c2b
commit 8c043db2ce
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

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