notizklotz / derbund-downloader

Android app to download ePaper issues of the Der Bund newspaper
GNU General Public License v3.0
0 stars 1 forks source link

Bugfix for Android 5.0 Lollipop (API 21) #22

Closed Chnoch closed 9 years ago

Chnoch commented 9 years ago

Lollipop used to fail with an UnsupportedOperationException on datePicker.getCalendarView(). I just removed these lines to make it work in Lollipop as well.

notizklotz commented 9 years ago

Thanks for the patch! Don't know why I manually set the week start manually...