|
@@ -70,6 +70,7 @@ import java.security.SecureRandom
|
|
import javax.crypto.Cipher
|
|
import javax.crypto.Cipher
|
|
import javax.inject.Inject
|
|
import javax.inject.Inject
|
|
|
|
|
|
|
|
+@Suppress("LongParameterList")
|
|
class NotificationWork constructor(
|
|
class NotificationWork constructor(
|
|
private val context: Context,
|
|
private val context: Context,
|
|
params: WorkerParameters,
|
|
params: WorkerParameters,
|