mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Fix voice note playback bar for RTL regions.
This commit is contained in:
committed by
Cody Henthorne
parent
c2ffc8332d
commit
cd8fa58d7e
@@ -87,6 +87,8 @@ public final class AudioView extends FrameLayout {
|
||||
|
||||
public AudioView(Context context, AttributeSet attrs, int defStyleAttr) {
|
||||
super(context, attrs, defStyleAttr);
|
||||
setLayoutDirection(LAYOUT_DIRECTION_LTR);
|
||||
|
||||
TypedArray typedArray = null;
|
||||
try {
|
||||
typedArray = context.getTheme().obtainStyledAttributes(attrs, R.styleable.AudioView, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user