From 3be8c3fa3d7c9f2fe9261e9c27e663a2cc2967b8 Mon Sep 17 00:00:00 2001 From: Olaf Wintermann Date: Sun, 14 Dec 2025 20:53:34 +0100 Subject: [PATCH] don't lose the sourcelist selection when the background sync updates feeds --- .../src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } } -- 2.47.3