Improve User Feedback During File Retrieval
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
When a user attempts to open a document or file in the Files app from another application (e.g., the Talk app), the Files app may need to perform several operations before the file is displayed:
1. Launch the Files app if it is not already running
2. Retrieve the file if it does not yet exist locally
3. Load and open the file once it becomes available
Depending on device performance or server responsiveness, these operations can take a considerable amount of time (e.g., 90 seconds on slow instances). During this period, the UI currently shows a brief "retrieving" snackbar message, after which no further feedback is visible. This can make the app appear unresponsive or stalled, leading to user confusion.
Contributor guide
Assessment
This issue has not been assessed yet.