corona-warn-app / cwa-app-android

Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
2.44k stars 495 forks source link

Difficulty dismissing UQS scanner pop-up #4940

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

Avoid duplicates

Technical details

Describe the bug

The Universal QR code Scanner (UQS) button displays a pop-up after app installation to inform new users about its capabilities. Other pop-ups displayed during on-boarding prevent dismissing the UQS pop-up until they have been dismissed causing a sub-optimal user experience.

Steps to reproduce the issue

Set font size to "Small"

  1. Clean install of Corona-Warn-App
  2. Tap "LET'S GET STARTED"
  3. Tap "NEXT"
  4. Tap "DO NOT ACTIVATE" and confirm
  5. Tap "NEXT", tap "NEXT"
  6. Tap "DO NOT SHARE"
  7. Tap on X of QR Code Scanner pop-up and note that nothing happens

QR code scanner pop-up

  1. Dismiss other pop-ups (OK), (DO NOT ALLOW) & (OK)
  2. Tap again on X of QR Code Scanner pop-up and note that this time the pop-up is dismissed

Expected behavior

If the QR Code Scanner pop-up is shown with an X to dismiss it, then it should always be possible to dismiss the pop-up by tapping on the X.

Possible Fix

Remove the pop-up from being displayed. Users no longer need to be specially informed about this function which was introduced several versions ago.

Additional context

The Universal QR code Scanner (UQS) was introduced in October 2021 with CWA version 2.12. See blog post Corona-Warn-App version 2.12 enables central access to QR code scanner and expands statistics area. This is now 5 months ago.


Internal Tracking ID: EXPOSUREAPP-12295

larswmh commented 2 years ago

Thanks for your report @MikeMcC399. We have created an internal ticket for it and will raise this topic internally. Internal Tracking ID: EXPOSUREAPP-12295


Corona-Warn-App Open Source Team

dsarkar commented 2 years ago

FYI PR https://github.com/corona-warn-app/cwa-app-android/pull/5366

MikeMcC399 commented 2 years ago

@dsarkar

This PR does not resolve the issue. I will follow up in the PR itself.

MikeMcC399 commented 2 years ago

@dsarkar

Edit: Fixed with CWA Android 2.26 release.

dsarkar commented 2 years ago

@MikeMcC399 Thanks for your feedback!