|
@ -7,10 +7,12 @@ import android.view.LayoutInflater |
|
|
import android.view.View |
|
|
import android.view.View |
|
|
import android.view.ViewGroup |
|
|
import android.view.ViewGroup |
|
|
import androidx.fragment.app.Fragment |
|
|
import androidx.fragment.app.Fragment |
|
|
|
|
|
import com.nivesh.production.niveshfd.R |
|
|
import com.nivesh.production.niveshfd.databinding.FragmentAlmostThereBinding |
|
|
import com.nivesh.production.niveshfd.databinding.FragmentAlmostThereBinding |
|
|
|
|
|
import com.nivesh.production.niveshfd.fd.ui.activity.BaseActivity |
|
|
import com.nivesh.production.niveshfd.fd.util.Common |
|
|
import com.nivesh.production.niveshfd.fd.util.Common |
|
|
|
|
|
|
|
|
class AlmostThereFragment : Fragment() { |
|
|
|
|
|
|
|
|
class AlmostThereFragment : BaseFragment() { |
|
|
private var _binding: FragmentAlmostThereBinding? = null |
|
|
private var _binding: FragmentAlmostThereBinding? = null |
|
|
private val binding get() = _binding!! |
|
|
private val binding get() = _binding!! |
|
|
|
|
|
|
|
@ -103,7 +105,7 @@ class AlmostThereFragment : Fragment() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
binding.btnBack.setOnClickListener { |
|
|
binding.btnBack.setOnClickListener { |
|
|
|
|
|
|
|
|
|
|
|
requireActivity().onBackPressedDispatcher.onBackPressed() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
binding.btnNext.setOnClickListener { |
|
|
binding.btnNext.setOnClickListener { |
|
|