mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
committed by
Greyson Parrelli
parent
c35242c525
commit
769a92943e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user