TP-62289 | Change outside tap behaviour of csat bottomsheet (#10382)
This commit is contained in:
@@ -90,7 +90,7 @@ class ChatExitBottomSheet : BaseBottomSheet(), ChatExitOptionsInterface {
|
||||
)
|
||||
}
|
||||
|
||||
if (!bottomSheetOptionClicked || actionClicked == null) {
|
||||
if (bottomSheetOptionClicked && actionClicked == null) {
|
||||
activity?.finish()
|
||||
}
|
||||
super.onDismiss(dialog)
|
||||
|
||||
Reference in New Issue
Block a user