mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This fixes potential race condition when patch gets downloaded on top of zip file that's currently in active use by resource extractor and/or asset manager. This change is necessary since download can happen in the background while normal application operations are in progress.