Skip to content

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
imShakil authored Oct 30, 2019
1 parent 13f7e1f commit 484d6d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ public void onDataChange(@NonNull final DataSnapshot dataSnapshot) {
yesno.setVisibility(View.VISIBLE);

yes = view.findViewById(R.id.btnYes);
cur_day = calendar.get(Calendar.DAY_OF_MONTH);
cur_month = calendar.get(Calendar.MONTH)+1;
cur_year = calendar.get(Calendar.YEAR);

yes.setOnClickListener(new View.OnClickListener() {
@Override
Expand Down

0 comments on commit 484d6d2

Please sign in to comment.