fix build error

This commit is contained in:
Martin Rotter 2021-03-07 13:10:38 +01:00 committed by Martin Rotter
parent 17ed2aa04a
commit 2f7b8c4807

View File

@ -105,9 +105,13 @@ void FeedlyServiceRoot::start(bool freshly_activated) {
updateTitle();
if (getSubTreeFeeds().isEmpty()) {
#if defined(FEEDLY_OFFICIAL_SUPPORT)
m_network->oauth()->login([this]() {
syncIn();
});
#else
syncIn();
#endif
}
#if defined(FEEDLY_OFFICIAL_SUPPORT)