Fix mic and camera buttons disappearing after sending voice message.

This commit is contained in:
Cody Henthorne
2026-07-28 14:29:40 -04:00
committed by Alex Hart
parent e177f8a590
commit 8d7398795f
@@ -56,7 +56,10 @@ public class HidingLinearLayout extends LinearLayout {
}
public void show() {
if (!isEnabled() || getVisibility() == VISIBLE) return;
if (!isEnabled()) return;
clearAnimation();
if (getVisibility() == VISIBLE) return;
setVisibility(VISIBLE);