mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Unifiedpush: Add default notification if none
Avoid a crash
This commit is contained in:
parent
61662b9774
commit
fbfacc68a4
@ -53,7 +53,7 @@ import timber.log.Timber
|
|||||||
|
|
||||||
@JsonClass(generateAdapter = true)
|
@JsonClass(generateAdapter = true)
|
||||||
data class UnifiedPushMessage(
|
data class UnifiedPushMessage(
|
||||||
val notification: Notification
|
val notification: Notification = Notification()
|
||||||
)
|
)
|
||||||
|
|
||||||
@JsonClass(generateAdapter = true)
|
@JsonClass(generateAdapter = true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user