Skip to content
Snippets Groups Projects
Unverified Commit 610cde97 authored by Oliver Zimmerman's avatar Oliver Zimmerman Committed by GitHub
Browse files

Merge pull request #1797 from corona-warn-app/feature/3676-additional-homescreen-text-changes

Submission - Fix to include headline on TestResultSection 
parents 77d944ef 0b24d554
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ constructor(
}
fun setTestResultSection(uiState: NetworkRequestWrapper<DeviceUIState, Throwable>?, registeredAt: Date?) {
test_result_section_headline.text = context.getString(R.string.test_result_card_headline)
test_result_section_registered_at_text.text = formatTestResultRegisteredAtText(registeredAt)
val testResultIcon = formatTestStatusIcon(uiState)
test_result_section_status_icon.setImageDrawable(testResultIcon)
......
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