add customConfig hideStatusBar to feedback routes
This commit is contained in:
parent
fe5bdc1920
commit
2ef2ce7046
2 changed files with 18 additions and 5 deletions
|
|
@ -52,7 +52,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
}
|
||||
var now = moment().unix();
|
||||
var timeExceeded = (now - feedbackInfo.time) >= 24 * 60 * 60;
|
||||
$scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
||||
// $scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
||||
$scope.showRateCard.value = true;
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue