Skip to content

Commit

Permalink
Shouldn't be able to add tasks to my shared filter from empty view
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed May 11, 2012
1 parent a8a09ef commit 0f23787
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ protected void setupQuickAddBar() {
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
Expand Down

0 comments on commit 0f23787

Please sign in to comment.