From c483abfa601917cff8203a7df0ea3ee29408cebb Mon Sep 17 00:00:00 2001 From: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:17:01 -0300 Subject: [PATCH] [FIX] Omnichannel's "Availability" toggle button is hard to interact with on Android devices (#3952) * first commit * change touchable to touch --- app/ee/omnichannel/containers/OmnichannelStatus.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/ee/omnichannel/containers/OmnichannelStatus.tsx b/app/ee/omnichannel/containers/OmnichannelStatus.tsx index 6963ac1c4..33d99efd5 100644 --- a/app/ee/omnichannel/containers/OmnichannelStatus.tsx +++ b/app/ee/omnichannel/containers/OmnichannelStatus.tsx @@ -9,6 +9,7 @@ import UnreadBadge from '../../../presentation/UnreadBadge'; import RocketChat from '../../../lib/rocketchat'; import { changeLivechatStatus, isOmnichannelStatusAvailable } from '../lib'; import { IUser } from '../../../definitions/IUser'; +import Touch from '../../../utils/touch'; interface IOmnichannelStatus { searching: boolean; @@ -48,7 +49,9 @@ const OmnichannelStatus = memo(({ searching, goQueue, queueSize, inquiryEnabled, right={() => ( {inquiryEnabled ? : null} - + + + )} />