|
@@ -45,7 +45,7 @@ class PushViewModel : BaseViewModel() {
|
|
|
msgId: String,
|
|
|
fail: ((msg: String) -> Unit)? = null,
|
|
|
success: ((success: Unit?) -> Unit)? = null,
|
|
|
- ) = launchFlow(true) {
|
|
|
+ ) = launchFlow(false) {
|
|
|
PUSH_API.updateReadMsg(msgId)
|
|
|
}.runUI(
|
|
|
success,
|