mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Force voice note player to always be LTR.
This commit is contained in:
committed by
Greyson Parrelli
parent
2a5d385152
commit
370640eaef
@@ -47,6 +47,7 @@ class VoiceNotePlayerView @JvmOverloads constructor(
|
||||
|
||||
init {
|
||||
inflate(context, R.layout.voice_note_player_view, this)
|
||||
layoutDirection = LAYOUT_DIRECTION_LTR
|
||||
|
||||
playPauseToggleView = findViewById(R.id.voice_note_player_play_pause_toggle)
|
||||
infoView = findViewById(R.id.voice_note_player_info)
|
||||
|
||||
Reference in New Issue
Block a user