The "Random Wise Quotes" app uses the Quotable API to display a list of quotes with their ratings. Unfortunately, the sorting functionality is experiencing some issues.
When the "Get New Quotes" button is clicked, the sorting order is not preserved. The sort order should remain intact even after the user gets new quotes
Your mission, should you choose to accept it, involves two key tasks:
- Investigate why the sorting functionality breaks after fetching new quotes and fix it.
- Ensure that quotes are sorted in "desc" order right from the initial request.