Persistent Loading Indicator on Android After Record Deletion

I'm encountering an issue with my app and would appreciate any insights or suggestions you might have.

Issue Description: I have a screen in my app displaying a list of records from Firebase. From this screen, users can navigate to another window where various actions can be performed on a selected record, including deletion. In my PC test environment, everything works as expected: users can delete a record and then return to the list screen seamlessly.

However, when running the same functionality on an Android device, I'm facing a peculiar problem. After a user deletes a record and the app is supposed to return to the list screen, a loading indicator icon appears and remains active indefinitely. Interestingly, if I press the back button, it returns to the list screen, and the record is indeed deleted.

1
5 replies