Skip to content
Snippets Groups Projects
Unverified Commit 92240324 authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

Contact Journal Edit Screen Title not accounced (EXPOSUREAPP-4456) (#2152)


* removed label announcement in toolbar for contact diary activity

* set descriptive string to overwrite label

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
parent 69522172
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@
android:exported="false"
android:screenOrientation="portrait"
android:launchMode="singleTop"
android:label="@string/empty_string_to_avoid_toolbar_announcement"
android:theme="@style/AppTheme.ContactDiary"
android:windowSoftInputMode="adjustResize" />
......
......@@ -1507,4 +1507,8 @@
<!-- XBUT: Abort button for test result positive no consent screen -->
<string name="submission_test_result_positive_no_consent_button_abort">"Cancel"</string>
<!-- XTXT: Empty label for an activity -->
<string name="empty_string_to_avoid_toolbar_announcement" translatable="false">""</string>
</resources>
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