Make window coroutine scope emit errors messages typed as errors
This commit is contained in:
parent
b1d9703a47
commit
5cd5901bc5
@ -43,6 +43,7 @@ class WindowCoroutineScopeImpl(
|
||||
?: exception.javaClass.simpleName
|
||||
val msg = ToastMessage(
|
||||
title = title,
|
||||
type = ToastMessage.Type.ERROR,
|
||||
)
|
||||
showMessage.copy(msg)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user