Added isError tests
This commit is contained in:
parent
c138971230
commit
bcdd8c10cf
2 changed files with 19 additions and 2 deletions
|
@ -56,7 +56,7 @@ open class Message @JvmOverloads constructor(
|
|||
/** Error flag. */
|
||||
var isError = isError
|
||||
set(value) {
|
||||
if (value) isNotice = value
|
||||
if (value) isNotice = true
|
||||
field = value
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue