8000 Dialog causes crash when put in background (EXPOSUREAPP-14569) by SamuraiKek · Pull Request #5812 · corona-warn-app/cwa-app-android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Dialog causes crash when put in background (EXPOSUREAPP-14569) #5812

Merged
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ class SrsSubmissionRepository @Inject constructor(
val errorCode = e.type.toSrsErrorType()
SrsSubmissionException(
errorCode = errorCode,
errorArgs = errorCode.errorArgs(appConfig.selfReportSubmission),
cause = e
errorArgs = errorCode.errorArgs(appConfig.selfReportSubmission)
)
}

Expand Down
0