diff --git a/YACReaderLibrary/qml/FlowView.qml b/YACReaderLibrary/qml/FlowView.qml index 7a54cfb5..112a01e0 100644 --- a/YACReaderLibrary/qml/FlowView.qml +++ b/YACReaderLibrary/qml/FlowView.qml @@ -97,7 +97,8 @@ Rectangle { highlightMoveDuration: 250 onCurrentIndexChanged: { - currentCoverChanged(currentIndex); + if (currentIndex !== -1) + currentCoverChanged(currentIndex); } delegate: Component {