Remove unused click listeners and callbacks

This commit is contained in:
Naveen 2022-11-03 00:32:34 +05:30
parent fedc52adc3
commit 7c02e33bbd
2 changed files with 2 additions and 25 deletions

View file

@ -916,7 +916,6 @@ class ThreadActivity : SimpleActivity() {
adapter = AttachmentsAdapter(
activity = this,
recyclerView = thread_attachments_recyclerview,
onItemClick = {},
onAttachmentsRemoved = {
thread_attachments_recyclerview.beGone()
checkSendMessageAvailability()