mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
Update components/HandOffComponent.ios.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d2bd0dd6f
commit
87113d99d2
@ -22,6 +22,7 @@ export const setIsHandOffUseEnabled = async (value: boolean) => {
|
||||
console.debug('setIsHandOffUseEnabled', value);
|
||||
} catch (error) {
|
||||
console.error('Error setting handoff enabled status:', error);
|
||||
throw error; // Propagate error to caller
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user