Make window coroutine scope emit errors messages typed as errors

This commit is contained in:
Artem Chepurnyi 2024-01-13 09:39:10 +02:00
parent b1d9703a47
commit 5cd5901bc5
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class WindowCoroutineScopeImpl(
?: exception.javaClass.simpleName
val msg = ToastMessage(
title = title,
type = ToastMessage.Type.ERROR,
)
showMessage.copy(msg)
}