Fix voice note UX issues.

This commit is contained in:
Cody Henthorne
2023-02-16 11:10:09 -05:00
committed by Greyson Parrelli
parent 76383fe1bc
commit 01f477a587
5 changed files with 45 additions and 5 deletions

View File

@@ -624,6 +624,8 @@ public class ConversationParentFragment extends Fragment
if (SignalStore.rateLimit().needsRecaptcha()) {
RecaptchaProofBottomSheetFragment.show(getChildFragmentManager());
}
updateToggleButtonState();
}
@Override