Prepend "root" to "currentUpdatesPage"

This commit is contained in:
Zach Fox 2018-11-06 16:10:49 -08:00 committed by GitHub
parent f22bbff505
commit 8776028259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ Rectangle {
root.availableUpdatesReceived = true;
refreshBuyUI();
} else {
currentUpdatesPage++;
root.currentUpdatesPage++;
Commerce.getAvailableUpdates(root.itemId, currentUpdatesPage)
}
}