Update conversation shortcuts onPause.
This commit is contained in:
parent
c428d23d8b
commit
0a4644e743
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue