mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
wip
This commit is contained in:
parent
09ebde9b86
commit
857098912a
2
App.js
2
App.js
@ -30,7 +30,6 @@ import Biometric from './class/biometrics';
|
||||
import WidgetCommunication from './blue_modules/WidgetCommunication';
|
||||
import ActionSheet from './screen/ActionSheet';
|
||||
import HandoffComponent from './components/handoff';
|
||||
import Privacy from './blue_modules/Privacy';
|
||||
import triggerHapticFeedback, { HapticFeedbackTypes } from './blue_modules/hapticFeedback';
|
||||
import MenuElements from './components/MenuElements';
|
||||
import { updateExchangeRate } from './blue_modules/currency';
|
||||
@ -308,7 +307,6 @@ const App = () => {
|
||||
<WatchConnectivity />
|
||||
<Biometric />
|
||||
<WidgetCommunication />
|
||||
<Privacy />
|
||||
</SafeAreaProvider>
|
||||
);
|
||||
};
|
||||
|
@ -51,7 +51,6 @@ const WalletExport = () => {
|
||||
warning: { color: colors.failedColor },
|
||||
};
|
||||
|
||||
console.warn('WalletExport');
|
||||
useFocusEffect(
|
||||
useCallback(() => {
|
||||
enableBlur();
|
||||
|
Loading…
Reference in New Issue
Block a user