Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fix: Replaced brackets with leading # to match website faq structure …
Browse files Browse the repository at this point in the history
…(EXPOSUREAPP-2261) (#1074)

Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
  • Loading branch information
harambasicluka and jakobmoellerdev authored Aug 26, 2020
1 parent 5240f1b commit 7ebafe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ErrorReportReceiver(private val activity: Activity) : BroadcastReceiver()
ErrorCodes.REPORTED_EXCEPTION_UNKNOWN_PROBLEM.code
)

message += " ($apiStatusCode)"
message += "#$apiStatusCode"
}

val errorTitle = context.resources.getString(R.string.errors_generic_details_headline)
Expand Down

0 comments on commit 7ebafe5

Please sign in to comment.