This commit is contained in:
Marcos Rodriguez Velez 2024-02-20 18:07:29 -04:00
parent 09ebde9b86
commit 857098912a
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 0 additions and 3 deletions

2
App.js
View File

@ -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>
);
};

View File

@ -51,7 +51,6 @@ const WalletExport = () => {
warning: { color: colors.failedColor },
};
console.warn('WalletExport');
useFocusEffect(
useCallback(() => {
enableBlur();