fix build error
This commit is contained in:
parent
17ed2aa04a
commit
2f7b8c4807
1 changed files with 4 additions and 0 deletions
|
@ -105,9 +105,13 @@ void FeedlyServiceRoot::start(bool freshly_activated) {
|
||||||
updateTitle();
|
updateTitle();
|
||||||
|
|
||||||
if (getSubTreeFeeds().isEmpty()) {
|
if (getSubTreeFeeds().isEmpty()) {
|
||||||
|
#if defined(FEEDLY_OFFICIAL_SUPPORT)
|
||||||
m_network->oauth()->login([this]() {
|
m_network->oauth()->login([this]() {
|
||||||
syncIn();
|
syncIn();
|
||||||
});
|
});
|
||||||
|
#else
|
||||||
|
syncIn();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEEDLY_OFFICIAL_SUPPORT)
|
#if defined(FEEDLY_OFFICIAL_SUPPORT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue