|
|
@ -36,10 +36,8 @@ import com.nivesh.production.bajajfd.util.ImageUtil |
|
|
|
import com.nivesh.production.bajajfd.util.Resource |
|
|
|
import java.io.* |
|
|
|
|
|
|
|
|
|
|
|
class StepThreeBajajFDFragment : Fragment() { |
|
|
|
|
|
|
|
|
|
|
|
private var _binding: FragmentBajajfdStepThreeBinding? = null |
|
|
|
private val binding get() = _binding!! |
|
|
|
|
|
|
@ -78,6 +76,8 @@ class StepThreeBajajFDFragment : Fragment() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
override fun onCreateView( |
|
|
|
inflater: LayoutInflater, container: ViewGroup?, |
|
|
|
savedInstanceState: Bundle? |
|
|
|