Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita79cd13

Browse files
authored
fix: call notification crash (#WPB-17868) (#4038)
1 parenta1c5b79 commita79cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/src/main/kotlin/com/wire/android/notification/CallNotificationManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class CallNotificationBuilder @Inject constructor(
195195
val userIdString= data.userId.toString()
196196
val conversationIdString= data.conversationId.toString()
197197
val channelId=NotificationConstants.getOutgoingChannelId(data.userId)
198-
val person=Person.Builder().setName(data.conversationName).build()
198+
val person=Person.Builder().setName(data.conversationName?:"").build()
199199

200200
val notificationBuilder=NotificationCompat.Builder(context, channelId)
201201
return notificationBuilder

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp