1
0
mirror of https://github.com/accelforce/Yuito synced 2025-02-09 16:18:49 +01:00
Nik Clayton 7261fa0b18
By explicit about the firstStrong text direction on UGC (#3328)
`activity_account` sets the root text direction to `anyRtl`.

This is OK for UI elements, but can be a problem for user generated content
(UGC) that may contain bidirectional text.

Fix this by explicitly restoring the default behaviour, `firstStrong`, on
views in `activity_account` that can show UGC.

Fixes https://github.com/tuskyapp/Tusky/issues/3294
2023-03-02 18:30:26 +01:00
..