Force voice note player to always be LTR.

This commit is contained in:
Alex Hart 2022-07-01 12:11:22 -03:00 committed by Greyson Parrelli
parent 2a5d385152
commit 370640eaef

View file

@ -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)