SimplicityApks / ReminderDatePicker

A Google Keep-like Date and Time Picker for reminders
Apache License 2.0
74 stars 26 forks source link

Ugly workaround in setShowNumbersInView #2

Open SimplicityApks opened 10 years ago

SimplicityApks commented 10 years ago

The workaround when enabling FLAG_NUMBERS in setShowNumbersInView here to catch the force close just resets the selection to 0. There should be either a better way to do it or a real fix for the bug (it selects the footer for no reason). Anyway I'm fine with how it works and don't have the motivation to struggle with it any longer.