mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
Language filter alert
This commit is contained in:
parent
5682ecf3cb
commit
ac0efc556b
@ -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))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user