I have to convert the non-blocking method getRecentDepictedItems() into a blocking one. Because it would require additional code to manage it asynchronously. However, it worked fine and could be improved in the future when migrating to Coroutines.
Tests performed (required)
Tested ProdDebug on Samsung A14 with API level 34.
Description (required)
Fixes #5791
What changes did you make and why?
I have to convert the non-blocking method
getRecentDepictedItems()
into a blocking one. Because it would require additional code to manage it asynchronously. However, it worked fine and could be improved in the future when migrating toCoroutines
.Tests performed (required)
Tested ProdDebug on Samsung A14 with API level 34.
Screenshots (for UI changes only)
None