-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat: display more info in asset viewer #24630
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
base: main
Are you sure you want to change the base?
Conversation
411d4c5 to
3efbda8
Compare
|
How is the behavior in landscape mode? The date and time are in that overlay bar so that seems fine, but you wouldn't want that motion photo button in the middle of the image, right? |
I am debating about the position of the motion button. I don't like it very much in the middle of the viewer as well |
0d13c97 to
0e8b927
Compare
| final originalTheme = context.themeData; | ||
|
|
||
| final actions = <Widget>[ | ||
| if (asset.isMotionPhoto) const MotionPhotoActionButton(iconOnly: true), |
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.
This is not used elsewhere. If we are not going to keep this button in the app bar on landscape orientation, the file can now be safely removed


Uh oh!
There was an error while loading. Please reload this page.