SwipeStack icon indicating copy to clipboard operation
SwipeStack copied to clipboard

notifyDataSetChanged not working

Open KeyurKba opened this issue 8 years ago • 0 comments

This is my code, I want to update view with notifydatasetchanged, but it is not working

arrDriverOrders.get(position).getOrderMaster().setDriverAccepted(Constant.ORDER_ACCEPT_CODE); mAdapter.notifyDataSetChanged();

KeyurKba avatar May 26 '17 09:05 KeyurKba