fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

Shimmer layout appears even when switching back to SkillListingFragment #2438

Closed shashwatjolly closed 4 years ago

shashwatjolly commented 4 years ago

Describe the bug

When skill list is loaded for the first time, the shimmer layout works as expected. However, switching to any other screen and then coming back to the skill list causes the shimmer layout to overlay on the underlying skill list for some time, preventing user input.

Expected Behaviour

The skill list should stay as it is when we come back to it. Reloading of the list happen, which is not necessary in my opinion.

Steps to reproduce it

  1. Go to Skill List
  2. Go to setting or a particular skill details page
  3. Go back to the Skill List

Screenshots of the issue image

Would you like to work on the issue? Yes, taking it up

shashwatjolly commented 4 years ago

@atm1504 Should the list be reloaded when coming back to this page or should we remove the reloading?

rob729 commented 4 years ago

@atm1504 Can I work on this issue?