Files
simplex-chat/apps
Narasimha-sc 683434625e android, desktop, ios: extract progress indicator timeout
The effect that turns on the progress indicator after a delay was copied
into 5 Kotlin and 4 Swift views. Two of the Swift copies had drifted: the
deferred write captured the value that started the delay rather than
reading the current one, so an operation that finished before the delay
elapsed left the indicator on with nothing to turn it off.

Timing is unchanged.
2026-08-20 11:32:42 +00:00
..