Fix missing tooltip

This commit is contained in:
Ming Ming 2021-07-03 03:47:01 +08:00
parent 743dd7c081
commit ea5706161d

View file

@ -42,7 +42,9 @@ class _AccountPickerDialogState extends State<AccountPickerDialog> {
Icons.close, Icons.close,
color: AppTheme.getSecondaryTextColor(context), color: AppTheme.getSecondaryTextColor(context),
), ),
onPressed: () => _onRemoveItemPressed(a)), tooltip: AppLocalizations.of(context).deleteTooltip,
onPressed: () => _onRemoveItemPressed(a),
),
), ),
)) ))
.toList(); .toList();