Skip to content

Commit a784e28

Browse files
committed
fix: when only one page, hide indicator.
as title. PMS-BUG-289095
1 parent fea4494 commit a784e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/FullscreenFrame.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ InputEventItem {
266266

267267
anchors.horizontalCenter: parent.horizontalCenter
268268
anchors.verticalCenter: parent.verticalCenter
269-
visible: listviewPage.visible
269+
visible: listviewPage.count !== 1
270270
count: searchResultGridViewContainer.visible ? 1 : listviewPage.count
271271
currentIndex: searchResultGridViewContainer.visible ? 1 : listviewPage.currentIndex
272272
interactive: true

0 commit comments

Comments
 (0)