mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed ability to renew credits subscription.
This commit is contained in:
@@ -1871,7 +1871,7 @@ void GenericCreditsEntryBox(
|
||||
: tr::lng_gift_show_on_page)()
|
||||
: tr::lng_box_ok()));
|
||||
const auto send = [=, weak = Ui::MakeWeak(box)] {
|
||||
if (toRejoin) {
|
||||
if (toRejoin && !toRenew) {
|
||||
if (const auto window = show->resolveWindow()) {
|
||||
const auto finish = [=](Payments::CheckoutResult&&) {
|
||||
ProcessReceivedSubscriptions(weak, session);
|
||||
|
||||
Reference in New Issue
Block a user