Remove toast on history item restore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-06-17 21:49:30 +08:00
parent 5f6e045e98
commit 2798b5a66a

View File

@@ -503,7 +503,6 @@ class _InputSyncPageState extends State<InputSyncPage>
inputController.text = text;
inputController.selection = TextSelection.collapsed(offset: text.length);
Navigator.of(context).pop();
_showToast('已从历史记录恢复');
inputFocusNode.requestFocus();
}