mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01: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()
|
conversationGroupViewModel.updateGroupStateIfNeeded()
|
||||||
|
|
||||||
ConversationUtil.refreshRecipientShortcuts()
|
|
||||||
|
|
||||||
if (SignalStore.rateLimit().needsRecaptcha()) {
|
if (SignalStore.rateLimit().needsRecaptcha()) {
|
||||||
RecaptchaProofBottomSheetFragment.show(childFragmentManager)
|
RecaptchaProofBottomSheetFragment.show(childFragmentManager)
|
||||||
}
|
}
|
||||||
@@ -642,6 +640,8 @@ class ConversationFragment :
|
|||||||
override fun onPause() {
|
override fun onPause() {
|
||||||
super.onPause()
|
super.onPause()
|
||||||
|
|
||||||
|
ConversationUtil.refreshRecipientShortcuts()
|
||||||
|
|
||||||
if (!args.conversationScreenType.isInBubble) {
|
if (!args.conversationScreenType.isInBubble) {
|
||||||
ApplicationDependencies.getMessageNotifier().clearVisibleThread()
|
ApplicationDependencies.getMessageNotifier().clearVisibleThread()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user