diff --git a/Sources/Classes/Pagination/PaginationTableViewWrapper.swift b/Sources/Classes/Pagination/PaginationTableViewWrapper.swift index de090c41..c53cc2f5 100644 --- a/Sources/Classes/Pagination/PaginationTableViewWrapper.swift +++ b/Sources/Classes/Pagination/PaginationTableViewWrapper.swift @@ -263,10 +263,6 @@ where Delegate.Cursor == Cursor { } private func replacePlaceholderViewIfNeeded(with placeholderView: UIView) { - // don't update placeholder view if previous placeholder is the same one - if currentPlaceholderView === placeholderView { - return - } tableView.isUserInteractionEnabled = true removeCurrentPlaceholderView()