forked from organicmaps/organicmaps
[android] Fixed selection of correct subscription monthly price on bookmark single purchase screen
This commit is contained in:
parent
b73da24e1f
commit
e5bb0d744b
1 changed files with 2 additions and 1 deletions
|
@ -192,8 +192,9 @@ public class BookmarkPaymentFragment extends BaseMwmFragment
|
|||
|
||||
activateState(BookmarkPaymentState.PRODUCT_DETAILS_LOADING);
|
||||
mPurchaseController.queryProductDetails();
|
||||
SubscriptionType type = SubscriptionType.getTypeByBookmarksGroup(mPaymentData.getGroup());
|
||||
List<String> subsProductIds =
|
||||
Collections.singletonList(PrivateVariables.bookmarksSubscriptionMonthlyProductId());
|
||||
Collections.singletonList(type.getMonthlyProductId());
|
||||
mSubsProductDetailsLoadingManager.queryProductDetails(subsProductIds);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue