dilpreet96 commented on a change in pull request #10: feat: Sync feature for
customer and customer details
URL: https://github.com/apache/fineract-cn-mobile/pull/10#discussion_r203806513
##########
File path:
app/src/main/java/org/apache/fineract/ui/adapters/CustomerAdapter.java
##########
@@ -115,12 +120,16 @@ public ViewHolder(View v) {
@Override
public void onClick(View v) {
- onItemClickListener.onItemClick(v, getAdapterPosition());
+ if (onItemClickListener != null) {
Review comment:
It can be now, this same adapter is being used in the draft customers
section where the draft customer cannot be clicked
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services