fix: merge with new structure, fix payment flow

This commit is contained in:
NickVs2015
2026-05-14 10:53:46 +03:00
parent af27d63dee
commit 8a534d554a
6 changed files with 333 additions and 11 deletions
@@ -369,7 +369,11 @@ PageType {
property bool isVisible: Qt.platform.os === "ios" || IsMacOsNeBuild || Qt.platform.os === "android"
property var handler: function() {
PageController.showBusyIndicator(true)
SubscriptionUiController.restoreServiceFromAppStore()
if (Qt.platform.os === "android") {
SubscriptionUiController.restoreServiceFromPlayMarket()
} else {
SubscriptionUiController.restoreServiceFromAppStore()
}
PageController.showBusyIndicator(false)
}
}