``` input_new_email.editText?.text = arguments?.ge...
# android
m
Copy code
input_new_email.editText?.text = arguments?.getString(ARG_NEW_EMAIL) -> Type mismatch
input_new_email.editText?.setText(arguments?.getString(ARG_NEW_EMAIL))
😱 1