mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-04 01:55:04 +00:00
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.