https://github.com/YassinAJDI/BakingApp/blob/d7d02622ba7b65b97c80c3060e3d754ff6a6570c/app/src/main/java/com/ajdi/yassin/bakingapp/ui/stepdetail/StepDetailFragment.java#L138 if recipe step has an image it should pass **true** instead of **false**. `hideShow(binding.stepDetailContent.imageStep, false);`
BakingApp/app/src/main/java/com/ajdi/yassin/bakingapp/ui/stepdetail/StepDetailFragment.java
Line 138 in d7d0262
if recipe step has an image it should pass true instead of false.
hideShow(binding.stepDetailContent.imageStep, false);