Change "Account doesn't exist" toast message to "Account has been removed" for deleting accounts (#1650)

* Finish activity after deleting

Signed-off-by: Arnau Mora <arnyminerz@proton.me>

* Added proper toast for when the account is deleted

Signed-off-by: Arnau Mora <arnyminerz@proton.me>

* Simplify logic

* Missing fix

---------

Signed-off-by: Arnau Mora <arnyminerz@proton.me>
This commit is contained in:
Arnau Mora
2025-08-13 08:55:26 +02:00
committed by GitHub
parent eb4224780a
commit a08ecae635

View File

@@ -238,7 +238,7 @@
<string name="app_settings_unifiedpush_encrypted">Push messages are always encrypted.</string>
<!-- AccountScreen -->
<string name="account_invalid_account">Account doesn\'t exist</string>
<string name="account_invalid_account">Account has been removed</string>
<string name="account_carddav">CardDAV</string>
<string name="account_caldav">CalDAV</string>
<string name="account_webcal">Webcal</string>