Add message about recent problems with uonet+
This commit is contained in:
parent
969b73691a
commit
86aaa8ef80
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 22,
|
||||
title = "UWAGA. Informacja o przyczynie problemów z odświeżaniem danych",
|
||||
content = "VULCAN ma teraz problemy techniczne. Jako twórcy Wulkanowego nie mamy na to żadnego wpływu. Zachowaj spokój i spróbuj ponownie później",
|
||||
priority = MessagePriority.HIGH,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 21,
|
||||
title = "Ważna informacja dotycząca wiadomości",
|
||||
|
|
Loading…
Reference in a new issue