Fix bad state when in restore flow and become unregistered.

This commit is contained in:
Cody Henthorne
2025-10-08 14:04:41 -04:00
committed by Alex Hart
parent a5cca5b0fd
commit 0f35eb7f7b
4 changed files with 71 additions and 0 deletions

View File

@@ -1494,6 +1494,10 @@
<string name="RemoteRestoreActivity__not_now">Not now</string>
<!-- Text shown on restore screen as information on what will happen if you skip -->
<string name="RemoteRestoreActivity__your_media_will_restore_in_the_background">Your media will restore in the background. If you choose not to restore now, you won\'t be able to restore later.</string>
<!-- Dialog title -->
<string name="RestoreActivity__no_longer_registered_title">This device is no longer registered</string>
<!-- Dialog message -->
<string name="RestoreActivity__no_longer_registered_message">This is likely because you registered your Signal account on a different device.</string>
<!-- GroupMentionSettingDialog -->
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>