Blood-Group is added
This commit is contained in:
@@ -110,8 +110,8 @@ class HemoCubeFragment : Fragment() {
|
|||||||
|
|
||||||
private fun checkBloodGroup() {
|
private fun checkBloodGroup() {
|
||||||
binding.apply {
|
binding.apply {
|
||||||
val bloodGroup = etBloodGroup.text.toString()
|
// bloodGroup = etBloodGroup.text.toString()
|
||||||
val db: FirebaseFirestore = Firebase.firestore
|
val db: FirebaseFirestore = Firebase.firestore
|
||||||
|
|
||||||
// Launch a new coroutine scope
|
// Launch a new coroutine scope
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
@@ -124,8 +124,6 @@ class HemoCubeFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun observeViewModel() {
|
private fun observeViewModel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user