Decrease latest message priority
This commit is contained in:
parent
1235c70a7e
commit
1d6a5510ff
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ val messages = listOf(
|
||||||
id = 31,
|
id = 31,
|
||||||
title = "W imieniu poniżej wyświetlają się gwiazdki i w apce pokazują się błędy?",
|
title = "W imieniu poniżej wyświetlają się gwiazdki i w apce pokazują się błędy?",
|
||||||
content = "Jeśli tak, to kliknij tutaj po instrukcję naprawy tego problemu. Jeśli nie - zignoruj ten komunikat",
|
content = "Jeśli tak, to kliknij tutaj po instrukcję naprawy tego problemu. Jeśli nie - zignoruj ten komunikat",
|
||||||
priority = MessagePriority.HIGH,
|
priority = MessagePriority.MEDIUM,
|
||||||
type = MessageType.DASHBOARD_MESSAGE,
|
type = MessageType.DASHBOARD_MESSAGE,
|
||||||
destinationUrl = "https://www.facebook.com/wulkanowy/posts/643278101148295",
|
destinationUrl = "https://www.facebook.com/wulkanowy/posts/643278101148295",
|
||||||
versionMin = 122,
|
versionMin = 122,
|
||||||
isDismissible = true,
|
isDismissible = false,
|
||||||
isVisible = true,
|
isVisible = true,
|
||||||
),
|
),
|
||||||
Message(
|
Message(
|
||||||
|
|
Loading…
Reference in a new issue