mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 10:48:54 +03:00
Unifiedpush: Add default notification if none
Avoid a crash
This commit is contained in:
parent
61662b9774
commit
fbfacc68a4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import timber.log.Timber
|
|||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class UnifiedPushMessage(
|
||||
val notification: Notification
|
||||
val notification: Notification = Notification()
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
|
|
Loading…
Add table
Reference in a new issue