-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mobile): render assets on device by default #10470
Conversation
_syncService.removeAllLocalAlbumsAndAssets(); | ||
} | ||
return false; | ||
} | ||
final List<AssetPathEntity> onDevice = | ||
await PhotoManager.getAssetPathList( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can just get the Recents
album here, which has all the assets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, the hash function only returns once it is done with all assets in the album. Maybe it would be better if we convert it to the stream for better user experience
This reverts commit 32da9d9.
* feat(mobile): render asset on device by default * remove unused service
This is the first step in reworking the upload mechanism.
This PR removes the relationship between selected albums for backup so that it can be rendered on the timeline. All local assets are rendered on the timeline by default.