fix double tap on send qr icon
This commit is contained in:
parent
3d5522b227
commit
9753a2067c
2 changed files with 5 additions and 1 deletions
|
|
@ -59,6 +59,10 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
});
|
||||
};
|
||||
|
||||
$scope.openScanner = function() {
|
||||
$state.go('tabs.scan');
|
||||
}
|
||||
|
||||
$scope.showMore = function() {
|
||||
currentContactsPage++;
|
||||
updateList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue