chore: fix bugs

This commit is contained in:
appflowy
2022-09-15 16:05:55 +08:00
parent 97eab3b648
commit 1de3999e3a
16 changed files with 161 additions and 83 deletions

View File

@ -186,7 +186,8 @@ class DocumentShareButton extends StatelessWidget {
'Exported to: ${LocaleKeys.notifications_export_path.tr()}');
break;
case ShareAction.copyLink:
FlowyAlertDialog(title: LocaleKeys.shareAction_workInProgress.tr())
NavigatorAlertDialog(
title: LocaleKeys.shareAction_workInProgress.tr())
.show(context);
break;
}

View File

@ -84,7 +84,7 @@ class FlowyLinkStyleButtonState extends State<FlowyLinkStyleButton> {
value = values.first;
}
TextFieldDialog(
NavigatorTextFieldDialog(
title: 'URL',
value: value,
confirm: (newValue) {