Fix StubSource param order to match previous SourceData order (#9485)
SourceData was replaced with direct StubSource usage but the param order was changed without changing the usage; fixing the param order as such. (cherry picked from commit 4395202703cb2dbe861a189395c99b210d627ac7)
This commit is contained in:
parent
8c78ae48c1
commit
11030ba1ec
@ -9,8 +9,8 @@ import rx.Observable
|
|||||||
@Suppress("OverridingDeprecatedMember")
|
@Suppress("OverridingDeprecatedMember")
|
||||||
class StubSource(
|
class StubSource(
|
||||||
override val id: Long,
|
override val id: Long,
|
||||||
override val name: String,
|
|
||||||
override val lang: String,
|
override val lang: String,
|
||||||
|
override val name: String,
|
||||||
) : Source {
|
) : Source {
|
||||||
|
|
||||||
val isInvalid: Boolean = name.isBlank() || lang.isBlank()
|
val isInvalid: Boolean = name.isBlank() || lang.isBlank()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user