Hopefully fixed a problem with the BladeFilterReceiver not working

pull/14/head
Sam Bosley 12 years ago
parent eff157c9ab
commit ac46639a48

@ -359,7 +359,7 @@ public class FilterAdapter extends ArrayAdapter<Filter> {
extras.setClassLoader(FilterListHeader.class.getClassLoader());
final Parcelable[] filters = extras.getParcelableArray(AstridApiConstants.EXTRAS_RESPONSE);
populateFiltersToAdapter(filters);
shouldUseBladeFilter = false;
shouldUseBladeFilter = getCount() == 0;
} catch (Exception e) {
Log.e("receive-filter-" + //$NON-NLS-1$
intent.getStringExtra(AstridApiConstants.EXTRAS_ADDON),

Loading…
Cancel
Save