We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8972a9 commit 97bfe36Copy full SHA for 97bfe36
src/main/kotlin/me/proxer/app/notification/NotificationViewModel.kt
@@ -26,7 +26,7 @@ class NotificationViewModel : BaseContentViewModel<List<ProxerNotification>>() {
26
27
override val dataSingle: Single<List<ProxerNotification>>
28
get() = super.dataSingle.doOnSuccess {
29
- it.firstOrNull()?.date.let {
+ it.firstOrNull()?.date?.let {
30
StorageHelper.lastNotificationsDate = it
31
}
32
0 commit comments