From cbd78a2cf426b8cfc38911be6c83e87acd06ceb7 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sun, 18 Dec 2022 17:08:48 +0800 Subject: [PATCH] transition not required --- .../Account and Extensions/Accounts/AccountsManagementView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/Settings/Views/Account and Extensions/Accounts/AccountsManagementView.swift b/iOS/Settings/Views/Account and Extensions/Accounts/AccountsManagementView.swift index f7424af3f..b63c8e1db 100644 --- a/iOS/Settings/Views/Account and Extensions/Accounts/AccountsManagementView.swift +++ b/iOS/Settings/Views/Account and Extensions/Accounts/AccountsManagementView.swift @@ -106,7 +106,6 @@ struct AccountsManagementView: View { .frame(width: 25, height: 25) Text(account.nameForDisplay) } - .transition(.move(edge: .top)) .swipeActions(edge: .trailing, allowsFullSwipe: false) { if account != AccountManager.shared.defaultAccount { Button(role: .destructive) {