mirror of
https://github.com/KDE/kasts.git
synced 2024-12-24 15:40:44 +01:00
Stop refreshing the feed upon error
This commit is contained in:
parent
f59da86325
commit
5a8c5854be
@ -79,6 +79,7 @@ Feed::Feed(int index)
|
|||||||
if(url == m_url) {
|
if(url == m_url) {
|
||||||
setErrorId(errorId);
|
setErrorId(errorId);
|
||||||
setErrorString(errorString);
|
setErrorString(errorString);
|
||||||
|
setRefreshing(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user