Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] How do i get what is causing this specific error ? #15371

Answered by jfversluis
davidbuckleyni asked this question in Q&A
Discussion options

You must be logged in to vote

Not 100% sure, but I don't think you can have nulls in your DisplayAlert. Change this await DisplayAlert(Constants.AppName, "Player added automatically to weight screen", null, "OK"); to await DisplayAlert(Constants.AppName, "Player added automatically to weight screen", "OK");

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidbuckleyni
Comment options

Answer selected by jfversluis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15362 on May 13, 2022 11:18.