Skip to content
Snippets Groups Projects
Unverified Commit 0fb4351e authored by Jakob Möller's avatar Jakob Möller Committed by GitHub
Browse files

Merge branch 'dev' into fix/updated-dev-from-hotfix-1.2.1

parents 417ef29e 3cead7f7
No related branches found
Tags 0.8.12
No related merge requests found
...@@ -49,7 +49,7 @@ class ErrorReportReceiver(private val activity: Activity) : BroadcastReceiver() ...@@ -49,7 +49,7 @@ class ErrorReportReceiver(private val activity: Activity) : BroadcastReceiver()
ErrorCodes.REPORTED_EXCEPTION_UNKNOWN_PROBLEM.code ErrorCodes.REPORTED_EXCEPTION_UNKNOWN_PROBLEM.code
) )
message += "($apiStatusCode)" message += " ($apiStatusCode)"
} }
val errorTitle = context.resources.getString(R.string.errors_generic_details_headline) val errorTitle = context.resources.getString(R.string.errors_generic_details_headline)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment