Add more verbose logging
This commit is contained in:
@@ -55,6 +55,7 @@ class AuthenticationFragment : Fragment() {
|
||||
}
|
||||
|
||||
private fun navigateToRecipes() {
|
||||
Timber.v("navigateToRecipes() called")
|
||||
findNavController().navigate(AuthenticationFragmentDirections.actionAuthenticationFragmentToRecipesFragment())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user