Make latest message dissmisable

This commit is contained in:
Mikołaj Pich 2024-01-19 14:05:51 +01:00 committed by GitHub
parent 7bbda798cc
commit 278fa58631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ val messages = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE,
),
isDismissible = false,
isDismissible = true,
isVisible = true,
),
Message(