mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[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:
@@ -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' && (
|
||||
|
||||
Reference in New Issue
Block a user