mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 18:07:11 +01:00
f771dd7026
`ListStatusAccessiblityDelegate` was ignoring notifications because it was checking the status against the concrete `StatusViewData` and not the interface `IStatusViewData`. Fix that and now notifications have accessibility actions. `ConversationsFragment` didn't set the accessibility delegate, so no actions appeared. Fix that so they do.