From f05b21f486a582dd7fbb57f0e45977d0ed398dc5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 11 Dec 2018 09:06:43 -0500 Subject: removed MobileAccessibility - doesn't work anymore (compile error) --- www/js/EventCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index f53d6e63..157f47d8 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -202,8 +202,8 @@ angular.module('zmApp.controllers') // note that there may be a delay as its a callback - so might involve // a UI jiggle - if (window.cordova) - MobileAccessibility.getTextZoom(getTextZoomCallback); + /* if (window.cordova) + MobileAccessibility.getTextZoom(getTextZoomCallback);*/ eventsListDetailsHeight = parseInt(zm.eventsListDetailsHeight * $rootScope.textScaleFactor); eventsListScrubHeight = parseInt(zm.eventsListScrubHeight * $rootScope.textScaleFactor); -- cgit v1.2.3