diff --git a/js/angular/service/viewSwitcher.js b/js/angular/service/viewSwitcher.js index 2396d2613b0..b38bcc7a0fa 100644 --- a/js/angular/service/viewSwitcher.js +++ b/js/angular/service/viewSwitcher.js @@ -193,9 +193,7 @@ function($timeout, $document, $q, $ionicClickBlock, $ionicConfig, $ionicNavBarDe // wait a frame so the styles apply before auto transitioning $timeout(function() { ionic.requestAnimationFrame(onReflow); - }) - - //$timeout(onReflow, 16); + }); } else if (!renderEnd) { // just the start of a manual transition // but it will not render the end of the transition