From 0d359bb39e7abd32f2ec4f07e5970a1ed6a537ed Mon Sep 17 00:00:00 2001 From: Manoj Date: Thu, 15 Dec 2022 15:35:54 +0530 Subject: [PATCH] pull request --- .../nivesh/production/bajajfd/ui/fragment/StepStartFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepStartFragment.kt b/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepStartFragment.kt index b37e4bc..6eaba09 100644 --- a/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepStartFragment.kt +++ b/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepStartFragment.kt @@ -12,7 +12,6 @@ import com.nivesh.production.bajajfd.databinding.FragmentStepStartBinding import com.nivesh.production.bajajfd.viewModel.StepStartViewModel class StepStartFragment : Fragment() { - private lateinit var viewModel: StepStartViewModel private lateinit var stepStartViewModel: StepStartViewModel private var _binding: FragmentStepStartBinding? = null