]> uap-core.de Git - rssreader.git/commitdiff
don't lose the sourcelist selection when the background sync updates feeds
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 14 Dec 2025 19:53:34 +0000 (20:53 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 14 Dec 2025 19:53:34 +0000 (20:53 +0100)
rss-application/src/main/kotlin/de/unixwork/rssreader/FeedSourceList.kt

index 5d837bf923dd21cbea0a16e386b40f3f0f2669e3..8c8fd099d9767d50a27138e12ee8b9c539531616 100644 (file)
@@ -119,7 +119,7 @@ class FeedSourceList : Document() {
                         }
                     }
                 }
-                feeds.update()
+                updateFeeds()
             }
 
         }