fix build error
This commit is contained in:
parent
17ed2aa04a
commit
2f7b8c4807
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user