Skip to content

Commit c0e0c1d

Browse files
Resolved warning in OtpInput
1 parent 4a1e6d6 commit c0e0c1d

File tree

2 files changed

+736
-737
lines changed

2 files changed

+736
-737
lines changed

maui/samples/Gallery/Samples/OtpInput/SignUpPage/Helper/SignUpBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected override void OnAttachedTo(SampleView bindable)
6666
base.OnAttachedTo(bindable);
6767
}
6868

69-
private void ResentOTPTapped(object? sender, TappedEventArgs e)
69+
void ResentOTPTapped(object? sender, TappedEventArgs e)
7070
{
7171
_signUpViewModel = _signUp?.BindingContext as SignUpViewModel;
7272
if (_signUpViewModel is not null && _otpPopUp is not null && _otpVerify is not null)

0 commit comments

Comments
 (0)