FrontendMasters / android-issues

Repository for managing publicly reported issues with the Frontend Masters Android App
https://play.google.com/store/apps/details?id=in.mjg.frontendmasters.store
6 stars 2 forks source link

Course progress is incorrect #17

Closed notdrone closed 5 years ago

notdrone commented 5 years ago

The course progress in the app does not match the ones on the website screenshot_20181025-152502_frontend masters I haven't started any of these courses yet. My guess is that the recycler view is recycling the progressbar for courses that haven't been started yet (no/null progress) as the progress shown for JS hard parts is the same as for complete intro to react.

brentmn commented 5 years ago

@notdrone, are you still seeing this issue? I've been testing from time to time but have not witnessed this behavior.

notdrone commented 5 years ago

Yes. Here a video that reproduces the issue: https://photos.app.goo.gl/BishdwePQSxCHwDm8 I haven't started the first three courses (which is shown correctly when I launch the app). But as I scroll back and forth, they pick up the progress of some random course.

dachev commented 5 years ago

@notdrone Thanks for the video. I think we have a pretty good idea what's causing this bug now. It will be fixed in the next release and we'll give you a heads up.

notdrone commented 5 years ago

working now. Thank you!