diff --git a/lib/ui/account/delete_account_page.dart b/lib/ui/account/delete_account_page.dart index 954c253e6..03abc6575 100644 --- a/lib/ui/account/delete_account_page.dart +++ b/lib/ui/account/delete_account_page.dart @@ -31,11 +31,12 @@ class _DeleteAccountPageState extends State { late final List _deletionReason = [ _defaultSelection, 'It’s missing a key feature that I need', + 'The app or a certain feature does not \nbehave as I think it should', 'I found another service that I like better', 'I use a different account', 'My reason isn’t listed', ]; - final List _reasonIndexesWhereFeedbackIsNecessary = [1, 4]; + final List _reasonIndexesWhereFeedbackIsNecessary = [1, 2, 5]; @override Widget build(BuildContext context) {