mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 18:37:00 +01:00
b1d5cb548f
The `canFilter()` implementation could crash if `server` (marked `lateinit`) hadn't been initialised at the point of use. Fix this by removing it and adjusting the two callers to use the `filters` flow and take appropriate action on error.