Removes online/offline events
This commit is contained in:
parent
a2f2451ad9
commit
d02c1a7f11
4 changed files with 10 additions and 49 deletions
|
|
@ -402,9 +402,6 @@ angular
|
|||
case 'resume':
|
||||
$rootScope.$emit('Local/Resume');
|
||||
break;
|
||||
case 'offline':
|
||||
$rootScope.$emit('Local/Offline');
|
||||
break;
|
||||
};
|
||||
$timeout(function() {
|
||||
$rootScope.$emit('Local/SetTab', 'walletHome', true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue