Skip to content

Commit

Permalink
Force voice note player to always be LTR.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Jul 5, 2022
1 parent 2a5d385 commit 370640e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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)
Expand Down

0 comments on commit 370640e

Please sign in to comment.