My current issue that I need help with is the add/edit recipe fragment for my recipe app. I already accomplished adding a freshly new recipe. However, I'm struggling to create the logic that allows for a recipe to be edited inside the same add recipe fragment dynamically. I can see the logs pulling the proper data, but the onStart method runs again creating an issue where the bundle becomes null thus loading a fresh new recipe id preparing the fragment to create a new recipe Vs. editing the recipe that was clicked on. Hopefully, I'm explaining this right.
This is the code in the recipe details that goes to the editrecipefragment that is both the edit/add recipe fragment.
This is how I receive the keys in the edit recipe fragment.