mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 13:31:18 +01:00
Fix mic and camera buttons disappearing after sending voice message.
This commit is contained in:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user