diff --git a/Mastodon/Scene/Donation/DonationViewController.swift b/Mastodon/Scene/Donation/DonationViewController.swift index b84bbaaa57..062dfa2c14 100644 --- a/Mastodon/Scene/Donation/DonationViewController.swift +++ b/Mastodon/Scene/Donation/DonationViewController.swift @@ -54,11 +54,11 @@ struct DonationView: View { _ campaign: DonationCampaignViewModel, completion: @escaping (URL) -> Void ) { + self.completion = completion self.campaign = campaign selectedFrequency = campaign.defaultFrequency selectedCurrency = campaign.defaultCurrency selectedAmount = campaign.defaultAmount - self.completion = completion } var body: some View {