Treker/uhabits-core
Luboš Luňák f52da56221 fix snooze button in notifications
The "pref_snooze_interval" preference is manipulated by the ListPreference
class, which according to its docs stores the preference as a string.
Without reverting this part of 864636705d,
this results in "java.lang.ClassCastException: java.lang.String cannot be
cast to java.lang.Long" when trying to snooze a notification.
2017-09-12 15:54:43 +02:00
..
src fix snooze button in notifications 2017-09-12 15:54:43 +02:00
.gitignore Create module uhabits-core 2017-05-25 08:16:55 -04:00
build.gradle Add tests for equals, hashCode and toString 2017-07-24 11:41:12 -04:00