You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Activity is re-entered with singletask mode, so it ran onNewIntent() and onResume().
I invoke a update function in onResume() and it will setState{copy(...)} in viewModel, however, it crashes without any message...
btw, i use selectSubscribe() to listen to the state of two property, deliveryMode is set to a unique value.
The text was updated successfully, but these errors were encountered:
An Activity is re-entered with singletask mode, so it ran onNewIntent() and onResume().
I invoke a update function in onResume() and it will setState{copy(...)} in viewModel, however, it crashes without any message...
btw, i use selectSubscribe() to listen to the state of two property, deliveryMode is set to a unique value.
The text was updated successfully, but these errors were encountered: