mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 13:27:45 +00:00
Cleanup ConversationReactionOverlay
This commit is contained in:
@@ -129,10 +129,7 @@ class ConversationReactionOverlay : FrameLayout {
|
||||
selectedConversationModel: SelectedConversationModel,
|
||||
blindedPublicKey: String?) {
|
||||
job?.cancel()
|
||||
|
||||
if (overlayState != OverlayState.HIDDEN) {
|
||||
return
|
||||
}
|
||||
if (overlayState != OverlayState.HIDDEN) return
|
||||
this.messageRecord = messageRecord
|
||||
this.selectedConversationModel = selectedConversationModel
|
||||
this.blindedPublicKey = blindedPublicKey
|
||||
|
Reference in New Issue
Block a user