Skip to content

Commit

Permalink
Update sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3z committed Oct 5, 2017
1 parent 54958e4 commit da0780c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class MainActivity extends AppCompatActivity {

NotificationBadge mBadge;
private NotificationBadge mBadge;
private int mCount = 0;

@Override
Expand Down Expand Up @@ -37,7 +37,7 @@ public void onClick(View view) {
});

Button clear = (Button) findViewById(R.id.clear);
clear .setOnClickListener(new View.OnClickListener() {
clear.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
mCount = 0;
Expand Down

0 comments on commit da0780c

Please sign in to comment.