Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deano2390/MaterialShowcaseView
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Aug 24, 2015
2 parents 9f87799 + 47f87fd commit d508ae1
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 d508ae1

Please sign in to comment.