diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html
index eb90b3cea..4b67781da 100644
--- a/public/views/includes/sidebar.html
+++ b/public/views/includes/sidebar.html
@@ -23,14 +23,14 @@
Create, join or import
-
+
Buy and Sell
-
+
diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js
index d536eafb9..be1713459 100644
--- a/src/js/controllers/index.js
+++ b/src/js/controllers/index.js
@@ -70,12 +70,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
};
self.allowRefresher = function() {
- if ($ionicSideMenuDelegate.getOpenRatio() != 0) {
- self.allowPullToRefresh = false;
- if (isCordova && platformInfo.isIOS) $ionicScrollDelegate.$getByHandle('my-handle').freezeScroll(true);
- return;
- }
- if (isCordova && platformInfo.isIOS) $ionicScrollDelegate.$getByHandle('my-handle').freezeScroll(false);
+ if ($ionicSideMenuDelegate.getOpenRatio() != 0) self.allowPullToRefresh = false;
}
self.hideBalance = function() {