mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Update conversation shortcuts onPause.
This commit is contained in:
committed by
Greyson Parrelli
parent
c428d23d8b
commit
0a4644e743
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user