Make latest message visible

This commit is contained in:
Mikołaj Pich 2023-08-29 20:35:26 +02:00 committed by GitHub
parent 7ea069e3e7
commit b51f8b4829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ val messages = listOf(
MessageType.LOGIN_MESSAGE,
),
isDismissible = false,
isVisible = false,
isVisible = true,
),
Message(
id = 38,