From 19763f163f47e484e2eef246d227d838b29476fc Mon Sep 17 00:00:00 2001 From: melad Date: Mon, 15 Apr 2024 11:54:09 +0200 Subject: [PATCH] [MS-409] fix LICENSE_MISSING mapping --- .../src/main/java/com/simprints/feature/setup/data/ErrorType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt b/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt index 934be8ed92..24ce477ee7 100644 --- a/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt +++ b/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt @@ -31,7 +31,7 @@ internal enum class ErrorType( null, IDR.string.configuration_generic_error_message, alertType = AlertScreenEventType.LICENSE_MISSING, - errorReason = AppErrorReason.FACE_CONFIGURATION_ERROR, + errorReason = AppErrorReason.LICENSE_MISSING, ), ;