Swallow touch events in forwarding sheet overlay.

Addresses #13239.
This commit is contained in:
Nicholas Tinsley
2023-11-01 16:40:56 -04:00
committed by Greyson Parrelli
parent 6e856a7648
commit b96b99c1c4

View File

@@ -175,6 +175,7 @@ class MultiselectForwardFragment :
ViewCompat.setBackgroundTintList(sendButton, ColorStateList.valueOf(sendButtonColors.background.resolve(requireContext())))
FullscreenHelper.configureBottomBarLayout(requireActivity(), bottomBarSpacer, bottomBar)
bottomBar.setOnTouchListener { _, _ -> true }
backgroundHelper.setBackgroundColor(callback.getDialogBackgroundColor())
bottomBarSpacer.setBackgroundColor(callback.getDialogBackgroundColor())