naveed-iqbal

Results 1 comments of naveed-iqbal

@saedkhaled Thanks, but I had to change `getSelectedView(int position)` method to this, otherwise it wasn't selecting the right index on filtered data. ``` @Override public View getSelectedView(int position) { View...