fix toast message
This commit is contained in:
parent
5809de20c9
commit
6f1987f5df
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
|
|
||||||
self.txHistoryToList = filter(self.search).slice(0, self.historyShowLimit);
|
self.txHistoryToList = filter(self.search).slice(0, self.historyShowLimit);
|
||||||
if (isCordova)
|
if (isCordova)
|
||||||
window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.txHistoryToList.length));
|
window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.result.length));
|
||||||
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$rootScope.$apply();
|
$rootScope.$apply();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue