Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 14, 2015
1 parent d0246cf commit e49818a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/angular/service/viewSwitcher.js
Expand Up @@ -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
Expand Down

0 comments on commit e49818a

Please sign in to comment.