fix voice messages waveform and padding

This commit is contained in:
2021-10-11 10:46:18 +03:00
parent 1bba8ee4e6
commit b4cd69f39f
2 changed files with 4 additions and 3 deletions
@@ -324,7 +324,7 @@ class AttachmentInflater constructor(
if (message.isOut)
binding.root.updatePadding(
bottom = AndroidUtils.px(5).roundToInt(),
bottom = AndroidUtils.px(6).roundToInt(),
left = AndroidUtils.px(6).roundToInt()
)