mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-07 11:19:58 +02:00
fix: stop the device picker hanging on an offer
Two causes. The connect step had no timeout, so an unreachable device was retried indefinitely instead of falling through to hold-for-later; it now gives up after 15s and holds the offer as designed. The picker also waited on the whole exchange, which includes a person on the other device deciding — up to two minutes. It now closes on tap and reports the outcome as a message, and a decline or an unanswered offer is shown as information rather than an error, since the offer did arrive.
This commit is contained in:
@@ -348,6 +348,8 @@
|
||||
<string name="contacts_pick_device_title">Выберите устройство</string>
|
||||
<string name="contacts_pick_device_empty">Сейчас ни одно устройство недоступно. Сохранённые устройства появятся здесь после передачи.</string>
|
||||
<string name="contacts_sent_to_device">%1$s принял передачу</string>
|
||||
<string name="contacts_declined_by_device">%1$s отклонил передачу</string>
|
||||
<string name="contacts_no_answer">%1$s не ответил</string>
|
||||
<plurals name="transfer_file_count">
|
||||
<item quantity="one">%1$d файл</item>
|
||||
<item quantity="few">%1$d файла</item>
|
||||
|
||||
Reference in New Issue
Block a user