Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jun 22, 2020
1 parent 40b94d3 commit 94bca00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ open class DonateViewController: UITableViewController, SKProductsRequestDelegat
}

// Reload the table view data
DispatchQueue.main.sync {
DispatchQueue.main.async {
tableView.reloadData()
}
}
Expand Down

0 comments on commit 94bca00

Please sign in to comment.