TP-74667 | fix
This commit is contained in:
@@ -73,6 +73,7 @@ import { sendVideosToServer } from '@services/videoSyncService';
|
||||
import { getSyncUrl } from '@services/syncJsonDataToBe';
|
||||
import { handleCheckAndUpdatePullToRefreshStateForNearbyCases } from '@screens/allCases/utils';
|
||||
import { initialize } from 'react-native-clarity';
|
||||
import { updateImageUploadComponent } from '@components/form/services/forms.service';
|
||||
|
||||
export enum FOREGROUND_TASKS {
|
||||
GEOLOCATION = 'GEOLOCATION',
|
||||
@@ -396,7 +397,7 @@ const TrackingComponent: React.FC<ITrackingComponent> = ({ children }) => {
|
||||
LitmusExperimentNameMap[LitmusExperimentName.ENABLE_IMAGE_GEO_TAGGING],
|
||||
{ 'x-customer-id': GLOBAL.AGENT_ID }
|
||||
);
|
||||
GLOBAL.ENABLE_IMAGE_GEOTAGGING = enableFeedbackImageGeotagging;
|
||||
updateImageUploadComponent(enableFeedbackImageGeotagging);
|
||||
if (
|
||||
MS_CLARITY_PROJECT_ID &&
|
||||
!GLOBAL.MS_CLARITY_INITIALIZED &&
|
||||
|
||||
Reference in New Issue
Block a user