This commit is contained in:
Benoit Marty 2024-01-04 18:23:24 +01:00
parent b466ade6a1
commit 1dc6e5edb3
11 changed files with 44 additions and 70 deletions

View file

@ -152,7 +152,7 @@ fun BugReportView(
AsyncActionView(
async = state.sending,
showProgressDialog = false,
progressDialog = { },
onSuccess = {
eventSink(BugReportEvents.ResetAll)
onDone()