mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +01:00
Fix Inoreader bug when Sync-In failed when Inoreader account does not contain any categories or feeds.
This commit is contained in:
parent
13c8ecf320
commit
4beb719c5a
@ -136,7 +136,7 @@ QString InoreaderServiceRoot::additionalTooltip() const {
|
||||
RootItem* InoreaderServiceRoot::obtainNewTreeForSyncIn() const {
|
||||
auto tree = m_network->feedsCategories(true);
|
||||
|
||||
if (tree != nullptr && tree->childCount() > 1) {
|
||||
if (tree != nullptr) {
|
||||
auto* lblroot = new LabelsNode(tree);
|
||||
auto labels = m_network->getLabels();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user