Skip to content

Commit

Permalink
Lib:Fixed the clickable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Dec 3, 2013
1 parent cfe23d9 commit 4c6536a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ public class Card extends BaseCard {
/**
* Used to enable a onClick Action on card
*/
protected boolean mIsClickable = true;
protected boolean mIsClickable = false;

/**
* Used to enable a onLongClick Action on card
*/
protected boolean mIsLongClickable = true;
protected boolean mIsLongClickable = false;

/**
* Used to enable a swipe gesture and its listener {@link Card#setOnClickListener(OnCardClickListener)}
Expand Down

0 comments on commit 4c6536a

Please sign in to comment.