TP-80792 | FGS Notification config changes (#949)

This commit is contained in:
Aman Chaturvedi
2024-09-23 15:03:36 +05:30
committed by GitHub
4 changed files with 1 additions and 20 deletions

View File

@@ -83,7 +83,6 @@
"react-native-fast-image": "8.6.3",
"react-native-fs": "2.20.0",
"react-native-geolocation-service": "5.3.1",
"react-native-get-random-values": "^1.8.0",
"react-native-get-sms-android": "2.1.0",
"react-native-gzip": "1.0.0",
"react-native-image-picker": "4.10.2",

View File

@@ -1,5 +1,4 @@
import { ToastMessages } from './../screens/allCases/constants';
import 'react-native-get-random-values';
import {
IUser,
MY_CASE_ITEM,
@@ -36,7 +35,7 @@ import { resetProfileData } from '../reducer/profileSlice';
import CosmosForegroundService from '../services/foregroundServices/foreground.service';
import { resetReportees } from '../reducer/reporteesSlice';
import { resetPerformanceData } from '@reducers/agentPerformanceSlice';
import { clearStorageEngine, getStorageEngine } from '../PersistStorageEngine';
import { clearStorageEngine } from '../PersistStorageEngine';
import { resetNearbyCasesData } from '@reducers/nearbyCasesSlice';
import { resetActiveCallData } from '@reducers/activeCallSlice';

View File

@@ -21,11 +21,6 @@ export const FOREGROUND_SERVICE_CONFIG = {
message: '',
icon: 'ic_notification_icon',
color: '#606060',
// @ts-ignore
setOnlyAlertOnce: false,
priority: 'low',
visibility: 'hidden',
importance: 'low',
sound: null,
vibrate: null,
};

View File

@@ -4356,11 +4356,6 @@ fake-xml-http-request@^2.1.2:
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.1.2.tgz#f1786720cae50bbb46273035a0173414f3e85e74"
integrity sha512-HaFMBi7r+oEC9iJNpc3bvcW7Z7iLmM26hPDmlb0mFwyANSsOQAtJxbdWsXITKOzZUyMYK0zYCv3h5yDj9TsiXg==
fast-base64-decode@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz#b434a0dd7d92b12b43f26819300d2dafb83ee418"
integrity sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -7950,13 +7945,6 @@ react-native-geolocation-service@5.3.1:
resolved "https://registry.yarnpkg.com/react-native-geolocation-service/-/react-native-geolocation-service-5.3.1.tgz#4ce1017789da6fdfcf7576eb6f59435622af4289"
integrity sha512-LTXPtPNmrdhx+yeWG47sAaCgQc3nG1z+HLLHlhK/5YfOgfLcAb9HAkhREPjQKPZOUx8pKZMIpdGFUGfJYtimXQ==
react-native-get-random-values@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/react-native-get-random-values/-/react-native-get-random-values-1.8.0.tgz#1cb4bd4bd3966a356e59697b8f372999fe97cb16"
integrity sha512-H/zghhun0T+UIJLmig3+ZuBCvF66rdbiWUfRSNS6kv5oDSpa1ZiVyvRWtuPesQpT8dXj+Bv7WJRQOUP+5TB1sA==
dependencies:
fast-base64-decode "^1.0.0"
react-native-get-sms-android@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-native-get-sms-android/-/react-native-get-sms-android-2.1.0.tgz#0b04bd017f6e7f8a3c1ac9e61960e73d76750be0"