Make ErrorInfo constructor public
Allows the library behind Parceable to crete an object of the class.
This commit is contained in:
parent
e8580c862a
commit
c6f114fa8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue