Open rahulraghuwanshii opened 1 year ago
How should I restrict user to click and type value in otp view?
binding.otpView.setOnTouchListener((view, motionEvent) -> !BuildConfig.OTP_MANUAL_ENTRY_ENABLED);
How should I restrict user to click and type value in otp view?