-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
How to use GitHub
- Please use the 👍 reaction 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:
- Launch the Files app if it is not already running
- Retrieve the file if it does not yet exist locally
- 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.
Metadata
Metadata
Assignees
Type
Projects
Status
🏗️ At engineering