final override fun iterator()
This commit is contained in:
parent
e5d94792ae
commit
26fe34d400
@ -109,7 +109,7 @@ open class BESubscribeList<T>(
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun iterator(): Iterator<T> {
|
final override fun iterator(): Iterator<T> {
|
||||||
if (updateQueued) {
|
if (updateQueued) {
|
||||||
update()
|
update()
|
||||||
} else if (alwaysValidate) {
|
} else if (alwaysValidate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user