From ac0efc556bef672ea7c1b2adb8d2e1b6d263cb07 Mon Sep 17 00:00:00 2001 From: Chris Li Date: Wed, 1 Feb 2017 16:07:59 -0500 Subject: [PATCH] Language filter alert --- Kiwix-iOS/Controller/Library/LibraryBooksController.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Kiwix-iOS/Controller/Library/LibraryBooksController.swift b/Kiwix-iOS/Controller/Library/LibraryBooksController.swift index 5c34892a..aed1a78a 100644 --- a/Kiwix-iOS/Controller/Library/LibraryBooksController.swift +++ b/Kiwix-iOS/Controller/Library/LibraryBooksController.swift @@ -132,12 +132,8 @@ class LibraryBooksController: CoreDataCollectionBaseController, UICollectionView if let error = errors.first { UIQueue.shared.add(operation: AlertProcedure.Library.refreshError(context: self, message: error.localizedDescription)) } else { - UIQueue.shared.add(operation: AlertProcedure.Library.languageFilter(context: self)) if operation.firstTime { - //self.showLanguageFilterAlert() - //self.configureNavBarButtons() - } else { -// self.showRefreshSuccessMessage() + UIQueue.shared.add(operation: AlertProcedure.Library.languageFilter(context: self)) } } })