GTArena-UI-Defects / real-world /issues /CatimaLoyalty_Android_288.txt
songjah's picture
✨Upload real-world and artificial-injected data
d99a87c
Bug Report Title:
Adding photo does not work when just creating a new card
Bug Report Issue:
As reported in https://play.google.com/console/u/0/developers/6021978940953178917/app/4973178217095258613/user-feedback/review-details?reviewId=gp%3AAOqpTOHhiLRe3QqijAAEBOxuRh4qJIVUSGb6DeZlFjag7yJ_cy5-y4ssfbMwLB8hfcU1XIwcmCWJbMi8HsauUpk&corpus=PUBLIC_REVIEWS.
How to reproduce:
1. Press +
2. Choose manually enter card ID
3. Enter card ID and choose no barcode
4. Click photos
5. Click one of the camera icons
6. Choose a photo
Expected result:
Photo shows up
Actual result:
Nothing happens
Comments:
Comment#1:
This bug seems to mostly be related to several elements getting logs on onResume
---
Comment#2:
I've added an unit test that shows the broken behaviour in 1ca85e9d7bf3345aa93a0b4f27f3aac954848600. Now it just needs to be fixed.
---
Comment#3:
Fixed in 19afe8e69c5f1e984147d11a64b7e3b9d6345078.
---