1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 22:49:08 -05:00

Fix play flavor build (#1740)

This commit is contained in:
Rafał Borcz 2021-12-31 12:10:56 +01:00 committed by GitHub
parent e6b2acabd5
commit 5321d00ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.Job
import kotlinx.coroutines.launch
import timber.log.Timber
import java.time.LocalDateTime
import java.time.Instant
import javax.inject.Inject
@SuppressLint("MissingFirebaseInstanceTokenRefresh")
@ -36,7 +36,7 @@ class AppMessagingService : FirebaseMessagingService() {
title = title,
content = content,
data = customData,
date = LocalDateTime.now(),
date = Instant.now(),
type = NotificationType.PUSH,
studentId = -1
)