Make ErrorInfo constructor public

Allows the library behind Parceable to crete an object of the class.
pull/4995/head
XiangRongLin 2020-11-24 19:05:44 +01:00
rodzic d54c806e03
commit 507a2237b7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ import androidx.annotation.StringRes
import kotlinx.android.parcel.Parcelize
@Parcelize
class ErrorInfo private constructor(
class ErrorInfo(
val userAction: UserAction?,
val serviceName: String,
val request: String,