Fix potential NPE when MessagingMessage's message is null
message.getMessage() is nullable because it may be recycled, so we have to add null check before calling its reference. This can affect several messaging related layout classes. Bug: 249260110 Test: manual and atest Change-Id: I9ac68ab0edca5a5a1a46acfae9bcd52be51ea612
Loading
Please register or sign in to comment