<div dir="ltr">Can I ask for some advice?<div><br></div><div><div>And Bible stores strings like &#39;Matt 1&#39;, &#39;Obd&#39; to specify a daily reading.<br></div><div><br></div><div>For &#39;Matt 1&#39; PassageKeyFactory returns Matt chapter 1 and AB can correctly navigate to the first verse Matt 1:1.</div>
<div>However for &#39;Obd&#39; PassageKeyFactory returns Obadiah 0:0-Obadiah 1:21 and AB attempts to navigate to the first verse which is Obd 0:0 which normally does not exist.</div><div><br></div><div><div>I am a bit stuck for an elegant solution without coding something horrible like:</div>
<div>  if (verse.chapter==0) verse.setChapter(1)</div><div>Any suggestions?</div></div><div><br></div><div><div>Thanks<br></div></div><div>Martin</div></div><div><br></div><div><div><div>P.S. If anybody uses the Chronological Daily readings in And Bible you may have noticed that pressing Obadiah gave a blank page a couple of days ago due to the above issue.</div>
<div><br></div></div></div></div>