Fix last message visibility
This commit is contained in:
parent
535c0e64f2
commit
d74fd134a5
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ val messages = listOf(
|
|||
content = "Pracujemy nad przywróceniem logowania i odświeżania danych w apce. Niedługo pojawi się aktualizacja",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
versionMax = 137,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
|
|
Loading…
Reference in a new issue