mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
At some places <something>.of(context) was used multiple times in the same widget. This, although small, can have an impact on performance that's just plain unnecessary. It's better to just get things you need out of the context first before you do anything else.