From de9b06072df5ce23eac35fa110a202c264afbf93 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Mon, 18 May 2026 20:22:35 +0200 Subject: [PATCH] Show only the alert on legacy account import success Successful import fired both a toast and a confirmation alert for the same event. Drop the toast and keep the alert. --- Yattee/Views/Settings/LegacyDataImportView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Yattee/Views/Settings/LegacyDataImportView.swift b/Yattee/Views/Settings/LegacyDataImportView.swift index 9896b56d..f67e03fd 100644 --- a/Yattee/Views/Settings/LegacyDataImportView.swift +++ b/Yattee/Views/Settings/LegacyDataImportView.swift @@ -137,10 +137,6 @@ struct LegacyAccountsImportView: View { username: state.username, password: state.password ) - appEnvironment?.toastManager.showSuccess( - String(localized: "migration.accounts.imported.title"), - subtitle: importedInstance.displayName - ) importedInstanceName = importedInstance.displayName showingImportSuccess = true removeResolvedItem(item)