Fix and first attempt to use Readability
[quicknewsreader] / qml / QuickNewsReader / content / view / SourceDelegate.qml
index 1fb2372..8e3495d 100644 (file)
@@ -69,6 +69,7 @@ Item {
                 delegate.ListView.view.currentIndex = index
 
                 listSourceModel[index].currentPath = [index]
+                currentSourceIndex = index
 
                 window.windowViewsModel.append({ component: listSourceModel[index].listViews[0].viewComponent,
                                                  componentDepth: 1 })