-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(AccountsSettingsDetailsView): Fix Delete Account button (#1245) #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(AccountsSettingsDetailsView): Fix Delete Account button (#1245) #1248
Conversation
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! From your video, it doesn't look like it redirects the user back to the accounts list after account deletion. Can you make sure this happens please?
I'll look into it |
…s list after account delete
|
New effect: 2023-04-27.23-24-40.mov |
…cated PresentationMode Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
|
Sorry, |
Description
AlertStructure is deprecated (https://developer.apple.com/documentation/swiftui/alert), replace it with a a View modifieralert(_:isPresented:actions:message:).Related Issues
Checklist
Screenshots
2023-04-27.23-07-01.mov