ktlintFormat

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-20 10:20:39 +02:00 committed by Marcel Hibbe
parent 3007633873
commit e72701c219
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -1254,7 +1254,6 @@ class ChatActivity :
binding.conversationDeleteNotice.findViewById<MaterialButton>(R.id.delete_now_button).visibility =
View.GONE
binding.conversationDeleteNotice.findViewById<MaterialButton>(R.id.keep_button).visibility = View.GONE
}
binding.conversationDeleteNotice.findViewById<MaterialButton>(R.id.delete_now_button).setOnClickListener {
deleteConversationDialog(it.context)