Shouldn't be able to add tasks to my shared filter from empty view

pull/14/head
Sam Bosley 12 years ago
parent a8a09ef7a5
commit 0f23787253

@ -57,6 +57,9 @@ public class PersonViewFragment extends TaskListFragment {
if (extras.containsKey(EXTRA_HIDE_QUICK_ADD))
quickAddBar.setVisibility(View.GONE);
// set listener for astrid icon
((TextView) getView().findViewById(android.R.id.empty)).setOnClickListener(null);
}
@Override

Loading…
Cancel
Save