Closed chwalters closed 6 years ago
the 'from' date picker was shown, and a date chosen, the app would crash because NPE due to no tag being set on the date picker view.
Also, the date used to construct the date range was off by a month, since Joda DateTime constructor uses months starting with 1 not 0.
Coverage remained the same at 20.351% when pulling cbd656b3b8ea41ac68f5cc572460a303c9564006 on fix-for-export-date-range into 0ff0d3fae09581ea490794eaa82b4279fabeb7f4 on develop.
the 'from' date picker was shown, and a date chosen, the app would crash because NPE due to no tag being set on the date picker view.
Also, the date used to construct the date range was off by a month, since Joda DateTime constructor uses months starting with 1 not 0.