Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Dec 2, 2017
1 parent bf56476 commit 2695c3c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ public void onClick(View view) {
Toast.makeText(MainActivity.this, "Positive button clicked!", Toast.LENGTH_SHORT).show();
}
})
.setNegativeButton(android.R.string.cancel, new DialogSheet.OnNegativeClickListener() {
@Override
public void onClick(View v) {

}
})
.setNegativeButton(android.R.string.cancel, null);

if(((AppCompatCheckBox)findViewById(R.id.iconCheckBox)).isChecked())
Expand Down

0 comments on commit 2695c3c

Please sign in to comment.