refactor(mobile): share action button in new timeline (#19967)

* share asset button

* include source

* move to repository

* formatting
This commit is contained in:
Mert
2025-07-17 19:41:30 +03:00
committed by GitHub
parent 531515daf9
commit 055b930066
15 changed files with 158 additions and 24 deletions

View File

@@ -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),