Skip to content

Commit

Permalink
Merge pull request #13 from p-v/demo-patch
Browse files Browse the repository at this point in the history
fixed demo
  • Loading branch information
Dean Wild committed Aug 24, 2015
2 parents 372981b + 88f2337 commit 47f87fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected void onCreate(Bundle savedInstanceState) {
@Override
public void onClick(View v) {

if (v.getId() == R.id.btn_show) {
if (v.getId() == R.id.btn_one || v.getId() == R.id.btn_two || v.getId() == R.id.btn_three) {

presentShowcaseSequence();

Expand Down

0 comments on commit 47f87fd

Please sign in to comment.