The recents list unfortunately doesn't do a great job of updating. I assume this is because it's trying to do so right as we're leaving the app. The end result of this is that when returning to the app, the list isn't actually in the correct order anymore.
There are two solutions which will work here; either we delay opening until it moves (not great, not sure how we'd measure this), or we make sure that we update when we come back (better, but not sure how we'd trigger this)
The recents list unfortunately doesn't do a great job of updating. I assume this is because it's trying to do so right as we're leaving the app. The end result of this is that when returning to the app, the list isn't actually in the correct order anymore.
There are two solutions which will work here; either we delay opening until it moves (not great, not sure how we'd measure this), or we make sure that we update when we come back (better, but not sure how we'd trigger this)