[INJIMOB-3188]: Remove backup and Restore from Settings Screen for Android (#1932)

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
This commit is contained in:
balachandarg-tw
2025-05-15 16:02:44 +05:30
committed by GitHub
parent e45fbb3183
commit 56407e7b29

View File

@@ -19,6 +19,7 @@ import {SvgImage} from '../../components/ui/svg';
import {DataBackupAndRestore} from './DataBackupAndRestore';
import {BannerNotificationContainer} from '../../components/BannerNotificationContainer';
import {SettingsKeyManagementScreen} from './SettingsKeyManagement';
import {isIOS} from '../../shared/constants';
const LanguageSetting: React.FC = () => {
const {t} = useTranslation('SettingScreen');
@@ -157,7 +158,7 @@ export const SettingScreen: React.FC<
<AboutInji appId={controller.appId} />
<DataBackupAndRestore />
{isIOS() && <DataBackupAndRestore />}
<SettingsKeyManagementScreen controller={controller} />
{CREDENTIAL_REGISTRY_EDIT === 'true' && (