Merge pull request #4995 from XiangRongLin/hotfix

Make ErrorInfo contructor public
This commit is contained in:
Tobias Groza 2020-11-27 22:29:12 +01:00 committed by GitHub
commit d0228406b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,