Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JunGenius committed Jan 18, 2019
1 parent 650b40c commit 82c11e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/qj/picker/MDCalendarDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class MDCalendarDialog {
private AlertDialog dialog = null;

MDCalendarDialog(MDCalendarDialog.Builder builder) {
this.mBuilder = mBuilder;
this.mBuilder = builder;
}

public void show() {
Expand Down

0 comments on commit 82c11e6

Please sign in to comment.