Remove SMS popup from CFv2.

This commit is contained in:
Clark
2023-07-27 16:04:07 -04:00
committed by GitHub
parent f740b69ffe
commit 938309d125
2 changed files with 5 additions and 6 deletions

View File

@@ -842,7 +842,6 @@ class ConversationFragment :
}
sendButton.apply {
snackbarContainer = binding.root
setPopupContainer(binding.root)
setOnClickListener(sendButtonListener)
setScheduledSendListener(sendButtonListener)