From 86949f992b77ac9822c5ed79deeab1009652dc55 Mon Sep 17 00:00:00 2001 From: Jimmy Huynh Date: Thu, 28 Jan 2021 17:07:58 +0100 Subject: (+) isSharedUnread (depending on getSharedCount(): function done Signed-off-by: Marco Nassabain --- js/controller/NavigationController.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js') diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js index 191618504..ec86ff01a 100644 --- a/js/controller/NavigationController.js +++ b/js/controller/NavigationController.js @@ -118,8 +118,7 @@ app.controller('NavigationController', function ($route, FEED_TYPE, FeedResource }; this.isSharedUnread = function () { - return true; // TODO:: waiting for Nicolas' request to receive the number of shared articles - //return this.getSharedCount() > 0; + return this.getSharedCount() > 0; }; this.toggleFolder = function (folderName) { -- cgit v1.2.3