We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6475e58 + 429193c commit b6ad7f8Copy full SHA for b6ad7f8
ChangeLogLib/src/main/java/info/hannes/changelog/ChangeLog.kt
@@ -417,6 +417,7 @@ open class ChangeLog @JvmOverloads constructor(
417
while (eventType != XmlPullParser.END_TAG || xml.name == ChangeTag.NAME) {
418
if (eventType == XmlPullParser.START_TAG && xml.name == ChangeTag.NAME) {
419
@Suppress("UNUSED_VALUE")
420
+ eventType = xml.next()
421
422
changes.add(xml.text)
423
}
0 commit comments