Don't check isJobPending in explore page
This commit is contained in:
committed by
Joshua Goins
parent
4104e10d95
commit
1fefa228e6
@@ -261,7 +261,7 @@ bool PublicRoomListModel::hasMore() const
|
||||
|
||||
bool PublicRoomListModel::loading() const
|
||||
{
|
||||
return (job != nullptr) || isJobPending(job);
|
||||
return job != nullptr;
|
||||
}
|
||||
|
||||
#include "moc_publicroomlistmodel.cpp"
|
||||
|
||||
Reference in New Issue
Block a user