Skip to content

Commit

Permalink
Finish actionmode logic
Browse files Browse the repository at this point in the history
  • Loading branch information
cooltey committed Nov 9, 2023
1 parent 0a9513c commit c0a832c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ class TalkTemplatesFragment : Fragment(), MenuProvider {
PatrollerExperienceEvent.logAction("message_delete_cancel", "pt_templates")
}
.show()
} else {
actionMode?.finish()
}
}

Expand Down

0 comments on commit c0a832c

Please sign in to comment.