Update conversation shortcuts onPause.

This commit is contained in:
Nicholas Tinsley 2023-11-14 16:44:35 -05:00 committed by Greyson Parrelli
parent c428d23d8b
commit 0a4644e743

View file

@ -632,8 +632,6 @@ class ConversationFragment :
conversationGroupViewModel.updateGroupStateIfNeeded()
ConversationUtil.refreshRecipientShortcuts()
if (SignalStore.rateLimit().needsRecaptcha()) {
RecaptchaProofBottomSheetFragment.show(childFragmentManager)
}
@ -642,6 +640,8 @@ class ConversationFragment :
override fun onPause() {
super.onPause()
ConversationUtil.refreshRecipientShortcuts()
if (!args.conversationScreenType.isInBubble) {
ApplicationDependencies.getMessageNotifier().clearVisibleThread()
}