|
@@ -157,6 +157,11 @@ class GroupCustomerListFragment : BaseFragment<FragmentGroupCustomerListBinding>
|
|
|
itemView.findViewById<TextView>(R.id.customer_gender).text =
|
|
itemView.findViewById<TextView>(R.id.customer_gender).text =
|
|
|
resources.getString(R.string.female)
|
|
resources.getString(R.string.female)
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ else -> {
|
|
|
|
|
+ itemView.findViewById<TextView>(R.id.customer_gender).text =
|
|
|
|
|
+ resources.getString(R.string.no_info)
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|