Add ability to cancel a link+sync.

This commit is contained in:
Michelle Tang
2025-01-09 17:25:43 -05:00
committed by Greyson Parrelli
parent d473ff6e86
commit fe5de65273
7 changed files with 159 additions and 16 deletions

View File

@@ -1016,6 +1016,10 @@
<string name="LinkDeviceFragment__sync_failure_dismiss_button">Continue without transferring</string>
<!-- Option in context menu to edit the name of a linked device -->
<string name="LinkDeviceFragment__edit_name">Edit name</string>
<!-- Toast shown when the process of linking a device has been cancelled -->
<string name="LinkDeviceFragment__linking_cancelled">Linking cancelled</string>
<!-- Message shown in progress dialog telling users to avoid closing the app while messages are being synced -->
<string name="LinkDeviceFragment__do_not_close">Do not close app</string>
<!-- EditDeviceNameFragment -->
<!-- App bar title when editing the name of a device -->