update AndroidX dependencies (#2641)
* update AndroidX dependencies * fix ComposeActivityTest
This commit is contained in:
parent
8ae3e4e173
commit
68c9870b19
3 changed files with 11 additions and 10 deletions
|
@ -126,6 +126,6 @@ class SendStatusBroadcastReceiver : BroadcastReceiver() {
|
|||
private fun getReplyMessage(intent: Intent): CharSequence {
|
||||
val remoteInput = RemoteInput.getResultsFromIntent(intent)
|
||||
|
||||
return remoteInput.getCharSequence(NotificationHelper.KEY_REPLY, "")
|
||||
return remoteInput?.getCharSequence(NotificationHelper.KEY_REPLY, "") ?: ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue