goToNextView

fun goToNextView()

Check provided values and jump to RegisterLoginFragment.

If the button in UserDataFragment is clicked, checkValues is called and if this returns true, system time is captured using System.nanoTime and, after this, findNavController is called to navigate to next fragment.