Skip to content

Commit 20f009a

Browse files
committed
fixup! multi: fork to redwallet
1 parent 84a62a1 commit 20f009a

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

screen/settings/About.tsx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import Clipboard from '@react-native-clipboard/clipboard';
22
import React, { useCallback, useState } from 'react';
33
import { ActionSheetIOS, Alert, Image, Linking, Platform, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
4-
import { getApplicationName, getBuildNumber, getBundleId, getUniqueIdSync, getVersion, hasGmsSync } from 'react-native-device-info';
4+
import { getApplicationName, getBuildNumber, getBundleId, getUniqueIdSync, getVersion } from 'react-native-device-info';
55
import Icon from '@react-native-vector-icons/fontawesome6';
66

77
import A from '../../blue_modules/analytics';
88
import { BlueTextCentered } from '../../BlueComponents';
99
import { HDSegwitBech32Wallet } from '../../class';
1010
import presentAlert from '../../components/Alert';
1111
import { BlueSpacing20 } from '../../components/BlueSpacing';
12-
import Button from '../../components/Button';
1312
import {
1413
SettingsCard,
1514
SettingsFlatList,
@@ -22,7 +21,7 @@ import { useTheme } from '../../components/themes';
2221
import { useSettings } from '../../hooks/context/useSettings';
2322
import { NetworkType } from '../../models/network';
2423
import { useExtendedNavigation } from '../../hooks/useExtendedNavigation';
25-
import loc, { formatStringAddTwoWhiteSpaces } from '../../loc';
24+
import loc from '../../loc';
2625

2726
const branch = require('../../current-branch.json');
2827

@@ -319,10 +318,6 @@ const styles = StyleSheet.create({
319318
marginVertical: 0,
320319
}),
321320
},
322-
xIcon: {
323-
fontSize: 24,
324-
fontWeight: 'bold',
325-
},
326321
card: {
327322
marginVertical: 8,
328323
},
@@ -344,14 +339,6 @@ const styles = StyleSheet.create({
344339
fontSize: 16,
345340
textAlign: 'center',
346341
},
347-
textBackup: {
348-
marginTop: 12,
349-
fontSize: 14,
350-
textAlign: 'center',
351-
},
352-
headerButton: {
353-
marginTop: 16,
354-
},
355342
footerContainer: {
356343
marginTop: 16,
357344
},

0 commit comments

Comments
 (0)