mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-21 11:31:25 +02:00
c281763718
_importCsv guards every other post-await BuildContext use with the State's own `mounted`/`this.context`, but one spot read the l10n strings off the function's `context` parameter instead, requiring a `// ignore: use_build_context_synchronously` to silence the analyzer. Switching to `this.context` matches the surrounding guard and lets the lint verify the usage on its own, so the suppression is no longer needed.