mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-29 15:05:21 -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 {
|
if let error = errors.first {
|
||||||
UIQueue.shared.add(operation: AlertProcedure.Library.refreshError(context: self, message: error.localizedDescription))
|
UIQueue.shared.add(operation: AlertProcedure.Library.refreshError(context: self, message: error.localizedDescription))
|
||||||
} else {
|
} else {
|
||||||
UIQueue.shared.add(operation: AlertProcedure.Library.languageFilter(context: self))
|
|
||||||
if operation.firstTime {
|
if operation.firstTime {
|
||||||
//self.showLanguageFilterAlert()
|
UIQueue.shared.add(operation: AlertProcedure.Library.languageFilter(context: self))
|
||||||
//self.configureNavBarButtons()
|
|
||||||
} else {
|
|
||||||
// self.showRefreshSuccessMessage()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user