KodeKreachor
Results
1
issues of
KodeKreachor
### Description Executing the following code multiple times in a row... `if (!MediaPicker.IsCaptureSupported) { return; } var file = await MediaPicker.CapturePhotoAsync(); if (file == null) { return; }` ...eventually generates...
t/bug
s/needs-repro