mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 10:26:54 +01:00
9b21f3f9bf
Previous code created `statusDisplayOptions` in full each time, risking the creation of inconsistent states / defaults. Refactor to use `StatusDisplayOptions.from()` so the user's settings (and defaults) are always respected.