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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 158 additions and 24 deletions

View file

@ -33,7 +33,7 @@ class GeneralBottomSheet extends ConsumerWidget {
maxChildSize: 0.4,
shouldCloseOnMinExtent: false,
actions: [
const ShareActionButton(),
const ShareActionButton(source: ActionSource.timeline),
if (multiselect.hasRemote) ...[
const ShareLinkActionButton(source: ActionSource.timeline),
const ArchiveActionButton(source: ActionSource.timeline),