Automatically switch to the next view
[quicknewsreader] / qml / QuickNewsReader / content / view / SourceDelegate.qml
index dfb2880..e3e72e0 100644 (file)
@@ -89,6 +89,8 @@ Item {
                 listSourceModel[window.currentSourceIndex].currentPath = [index]
 
                 window.currentSourceIndex = index
+
+                window.windowViewsList.currentIndex = 1;
             }
         }
     }