axiel7 / MoeList

Another unofficial Android MAL client
https://moelist.net
GNU General Public License v3.0
523 stars 18 forks source link

Parse Background if Synopsis isn't available #100

Closed adarsh1001 closed 1 year ago

adarsh1001 commented 1 year ago

Describe the bug (required) Some anime like "Psycho-Pass Movie: Providence" don't have a synopsis on MAL rather a background section. The app renders the section below the genre pills empty in this case.

To Reproduce Steps to reproduce the behavior:

  1. Search for "Psycho-Pass Movie: Providence".
  2. Open the info page.
  3. The section below the genre pills is empty and also has an expander when none is needed.
  4. Open the corresponding page on MAL.
  5. There, text is specified under " Background" heading.

Expected behavior Expected the app to show the text present under the background heading.

Screenshots Screenshot_20230710-214806.png

Screenshot_20230710-214828.png

Enviroment (required)

Additional context I'm not sure if the text under the Background heading is even exposed to the API. If not, can we add some other placeholder text or remove the section including the empty expander button entirely?

axiel7 commented 1 year ago

Good find! Fixed