mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Handle the divine name in text
Needs to be stylized later, but this is OK for now.
This commit is contained in:
parent
3d1e34e586
commit
341ed248bc
@ -32,6 +32,7 @@ class OsisParser() : DefaultHandler() {
|
||||
qName: String, attributes: Attributes) {
|
||||
when (localName) {
|
||||
OSISUtil.OSIS_ELEMENT_VERSE -> doWrite.push(true)
|
||||
"divineName" -> doWrite.push(true)
|
||||
else -> doWrite.push(false)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user