mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
- mid commit
Took 8 hours 5 minutes
This commit is contained in:
@@ -14,7 +14,7 @@ class InsuranceFragment :
|
||||
|
||||
override fun setupView(binding: FragmentInsuranceBinding) {
|
||||
super.setupView(binding)
|
||||
viewsToHide(binding.submitIns, binding.uploadInsurance)
|
||||
viewsToHide(binding.submit, binding.uploadInsurance)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ class LogbookFragment :
|
||||
|
||||
override fun setupView(binding: FragmentLogbookBinding) {
|
||||
super.setupView(binding)
|
||||
viewsToHide(binding.submitLb, binding.uploadLb)
|
||||
viewsToHide(binding.submit, binding.uploadLb)
|
||||
}
|
||||
|
||||
override fun setFields(data: Logbook) {
|
||||
|
||||
@@ -11,7 +11,7 @@ class MotFragment : DataViewerFragment<MotViewModel, FragmentMotBinding, Mot>()
|
||||
|
||||
override fun setupView(binding: FragmentMotBinding) {
|
||||
super.setupView(binding)
|
||||
viewsToHide(binding.submitMot, binding.uploadmot)
|
||||
viewsToHide(binding.submit, binding.uploadmot)
|
||||
}
|
||||
|
||||
override fun setFields(data: Mot) {
|
||||
|
||||
@@ -11,7 +11,7 @@ class VehicleProfileFragment :
|
||||
|
||||
override fun setupView(binding: FragmentVehicleSetupBinding) {
|
||||
super.setupView(binding)
|
||||
viewsToHide(binding.submitVehicle)
|
||||
viewsToHide(binding.submit)
|
||||
}
|
||||
|
||||
override fun setFields(data: VehicleProfile) {
|
||||
|
||||
Reference in New Issue
Block a user