From e49818a4a978a67207c223a965fafc4251a08966 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 14 Dec 2015 15:41:28 -0600 Subject: [PATCH] Cleanup --- js/angular/service/viewSwitcher.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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