From: Olaf Wintermann Date: Sun, 14 Dec 2025 19:53:34 +0000 (+0100) Subject: don't lose the sourcelist selection when the background sync updates feeds X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=3be8c3fa3d7c9f2fe9261e9c27e663a2cc2967b8;p=rssreader.git don't lose the sourcelist selection when the background sync updates feeds --- diff --git a/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt b/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt index 5d837bf..8c8fd09 100644 --- a/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt +++ b/rss-application/src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt @@ -119,7 +119,7 @@ class FeedSourceList : Document() { } } } - feeds.update() + updateFeeds() } }