Merge branch 'superAppGI' of github.cmd.navi-tech.in:medici/android-customer-app into superAppGI

This commit is contained in:
rahul bhat
2021-11-10 12:49:12 +05:30

View File

@@ -1420,6 +1420,7 @@ class OfferFragmentV2 : BaseFragment(), View.OnClickListener, SeekBar.OnSeekBarC
}
private fun storeMemberNamesInLocal() {
selectedMembersList.clear()
binding.offerMemberNamesList.children.forEachIndexed { index, view ->
val layout =
binding.offerMemberNamesList.getChildAt(index) as FixedLabelInputTextLayout