chore: update view state when close the popover (#1251)

This commit is contained in:
Nathan.fooo
2022-10-08 20:48:14 +08:00
committed by GitHub
parent ca8be6ab10
commit 89d036158b
5 changed files with 13 additions and 7 deletions

View File

@ -175,7 +175,7 @@ class ShareActionList extends StatelessWidget {
actions: ShareAction.values
.map((action) => ShareActionWrapper(action))
.toList(),
withChild: (controller) {
buildChild: (controller) {
return RoundedTextButton(
title: LocaleKeys.shareAction_buttonText.tr(),
fontSize: 12,