fix RecentlyNonNull/Nullable warnings
This commit is contained in:
parent
6fe43c842b
commit
a2eb41900f
3 changed files with 5 additions and 5 deletions
|
|
@ -139,7 +139,7 @@ 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