mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
Update WatchConnectivity.ios.js
This commit is contained in:
parent
00fa01f551
commit
0f551a2538
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { Chain } from './models/bitcoinUnits';
|
|||
import loc, { formatBalance, transactionTimeToReadable } from './loc';
|
||||
const notifications = require('./blue_modules/notifications');
|
||||
|
||||
const WatchConnectivity = () => {
|
||||
function WatchConnectivity() {
|
||||
const handleMessages = (message, reply) => {
|
||||
const BlueApp = require('./BlueApp');
|
||||
if (message.request === 'createInvoice') {
|
||||
|
@ -161,5 +161,6 @@ WatchConnectivity.sendWalletsToWatch = () => {
|
|||
});
|
||||
});
|
||||
};
|
||||
|
||||
WatchConnectivity.default = new WatchConnectivity();
|
||||
export default WatchConnectivity;
|
||||
|
|
Loading…
Add table
Reference in a new issue