Replace USER_MESSAGE with DASHBOARD_MESSAGE
This commit is contained in:
parent
cbe6a36ee8
commit
1ae039657c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ val messages = listOf(
|
|||
id = 1,
|
||||
title = "Problemy z zadaniami domowymi",
|
||||
content = "Występują problemy z zadaniami domowymi. Zaktualizuj aplikację!",
|
||||
type = MessageType.USER_MESSAGE,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package io.github.wulkanowy.messages.pojo
|
||||
|
||||
enum class MessageType {
|
||||
USER_MESSAGE,
|
||||
DASHBOARD_MESSAGE,
|
||||
ERROR_OVERRIDE,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue