mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix chevron placement for rtl languages.
This commit is contained in:
committed by
Cody Henthorne
parent
cef839d300
commit
a681d06de5
@@ -26,6 +26,7 @@ object SignalSymbols {
|
||||
|
||||
enum class Glyph(val unicode: Char) {
|
||||
CHECKMARK('\u2713'),
|
||||
CHEVRON_LEFT('\uE024'),
|
||||
CHEVRON_RIGHT('\uE025'),
|
||||
PERSON_CIRCLE('\uE05E'),
|
||||
LOCK('\uE041')
|
||||
|
||||
Reference in New Issue
Block a user