ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

#109: Gallery deletion crash #149

Closed CloudLevi closed 2 years ago

CloudLevi commented 2 years ago

Needs further testing. Removed unnecessary loading, and the crash when deleting a resource and going back is fixed.

kirillt commented 2 years ago

Might be possible to just wait till updating coroutine finished and bind elements with RecyclerView only afterwards.

kirillt commented 2 years ago

Substituted with https://github.com/ARK-Builders/ARK-Navigator/pull/172