Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
DoubleDateAndTimePickerDialog crash resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
activesince93 committed Oct 5, 2020
1 parent dad690c commit 6bd7f6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ public DoubleDateAndTimePickerDialog setFocusable(boolean focusable) {

private DoubleDateAndTimePickerDialog setTimeZone(TimeZone timeZone) {
dateHelper.setTimeZone(timeZone);
pickerTab0.setTimeZone(timeZone);
pickerTab1.setTimeZone(timeZone);
// pickerTab0.setTimeZone(timeZone);
// pickerTab1.setTimeZone(timeZone);
return this;
}

Expand Down

0 comments on commit 6bd7f6c

Please sign in to comment.