Truncated text output (Data Sharing information)
See original GitHub issueAvoid duplicates
- Bug is not mentioned in the FAQ
- Bug is specific for Android only, for general issues / questions that apply to iOS and Android please raise them in the documentation repository
- Bug is not already reported in another issue
Technical details
- Device name: Google Pixel 3a emulator
- Android version: 11
- App version: 2.1.2 (and 2.2.1-RC0 and 2.3.0-RC0) Display font size and Display size both set to Default
Describe the bug
In Share Data, “Detailed Information about This Data Processing and Data Protection Risks in the U.S. and Other Third Countries”, “Detailed Information about Data Sharing” the string onboarding_ppa_more_info_rki_data_point_5_text
<string name="onboarding_ppa_more_info_rki_data_point_5_text">“Information about whether you received a positive or negative test result through the app.”</string>
is displayed truncated in the app. Depending on the display size and settings, a truncated string such as “Information about whether you received a pos” may be output.
Steps to reproduce the issue
- Open CWA
- Tap three-dot icon
- Tap Settings > Share Data
- Scroll down to bottom “Detailed Information about This Data Processing and Data Protection Risks in the U.S. and Other Third Countries” and tap on this string.
- In “Detailed Information about Data Sharing” scroll down to section “To this end, the RKI collects the following data:” and further to sub-section “If you have retrieved a test result through the app:”
- The next bullet point is displayed as “Information about whether you received a pos”
Expected behaviour
The full text of string onboarding_ppa_more_info_rki_data_point_5_text
“Information about whether you received a positive or negative test result through the app.” should be displayed.
Possible Fix
Modify layout of Corona-Warn-App/src/main/res/layout/fragment_ppa_more_info.xml TextView android:id=“@+id/rki_data_point_5_text”
Internal Tracking ID: EXPOSUREAPP-7202
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
@MikeMcC399 From a quick look, your suggestion is correct; feel free to submit yourself. It was actually me who overlooked this when changing the layout lately, sorry for any inconvenience.
@MikeMcC399 Thanks. Internal Tracking ID: EXPOSUREAPP-7202