mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 01:10:57 +03:00
refactor(mobile): share action button in new timeline (#19967)
* share asset button * include source * move to repository * formatting
This commit is contained in:
@@ -38,7 +38,7 @@ class ViewerBottomBar extends ConsumerWidget {
|
||||
}
|
||||
|
||||
final actions = <Widget>[
|
||||
const ShareActionButton(),
|
||||
const ShareActionButton(source: ActionSource.viewer),
|
||||
const _EditActionButton(),
|
||||
if (asset.hasRemote && isOwner)
|
||||
const ArchiveActionButton(source: ActionSource.viewer),
|
||||
|
||||
Reference in New Issue
Block a user