Enable nonTransitiveRClass.

Resolves #13757
This commit is contained in:
Jameson Williams
2024-10-30 01:54:04 -05:00
committed by Greyson Parrelli
parent c35242c525
commit 769a92943e
55 changed files with 116 additions and 95 deletions

View File

@@ -215,7 +215,7 @@ internal object ConversationOptionsMenu {
R.id.menu_conversation_settings -> callback.handleConversationSettings()
R.id.menu_expiring_messages_off, R.id.menu_expiring_messages -> callback.handleSelectMessageExpiration()
R.id.menu_create_bubble -> callback.handleCreateBubble()
R.id.home -> callback.handleGoHome()
androidx.appcompat.R.id.home -> callback.handleGoHome()
R.id.menu_block -> callback.handleBlock()
R.id.menu_unblock -> callback.handleUnblock()
R.id.menu_report_spam -> callback.handleReportSpam()