Browse Source

error pull

PankajBranch
Manoj 2 years ago
parent
commit
5d7e7b35e8
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt
  2. +3
    -0
      app/src/main/res/values/strings.xml

+ 4
- 0
app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt View File

@ -8,6 +8,7 @@ import android.graphics.Bitmap
import android.net.Uri
import android.os.Bundle
import android.provider.MediaStore
import android.text.Editable
import android.util.Log
import android.view.LayoutInflater
import android.view.View
@ -227,6 +228,9 @@ class StepThreeBajajFDFragment : Fragment() {
private fun uploadDocument() {
if (Common.isNetworkAvailable(activity as BajajFdMainActivity)) {
val documentUpload = DocumentUpload()
val value: Editable? = binding.spDocType.text
Log.e("check_Data", value.toString())
// documentUpload.DocumentType =
}
}


+ 3
- 0
app/src/main/res/values/strings.xml View File

@ -239,6 +239,9 @@
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="aadhar">Aadhar</string>
<string name="select_option">Select Option</string>
<string name="gallery">Gallery</string>
<string name="camera">Camera</string>
<array name="addressType">


Loading…
Cancel
Save

Powered by TurnKey Linux.