Fix ListViewType scrolling on country selection page

This commit is contained in:
aiamnezia 2025-04-25 04:58:28 +04:00
parent 7169480999
commit 5c40f382fd

View file

@ -51,7 +51,13 @@ PageType {
model: ApiCountryModel
currentIndex: 0
// Commented out the binding to prevent constant reset to 0
// currentIndex: 0
Component.onCompleted: {
// One-time initialization to 0, allowing free scrolling afterward
currentIndex = 0
}
ButtonGroup {
id: containersRadioButtonGroup