mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-29 00:30:22 +01:00
fe8f84847b
The previous code was serialising the `TabKind` enum without the `_`, so when it was converted back to the enum name (which has a `_`) it failed and immediately crashed. Fixes #306