<p><b>@devinbileck</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3277#discussion_r340382932">core/src/main/java/bisq/core/notifications/MobileModel.java</a>:</p>
<pre style='color:#555'>>                          return true;
+                    }
+                    if (versionString.matches("\\d[^\\d]")) {
+                        versionString = versionString.substring(0, 1);
+                    } else if (versionString.matches("\\d{2}[^\\d]")) {
+                        versionString = versionString.substring(0, 2);
+                    }
                     try {
                         int version = Integer.parseInt(versionString);
                         return version > 5;
</pre>
<p>Thanks! I have updated this PR to reflect isContentAvailable supports iPhone 6s and newer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3277?email_source=notifications&email_token=AJFFTNWYJQPGCSYPEB7VORTQRDGIRA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJUYJVA#discussion_r340382932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRXTCRHFQH346KHGX3QRDGIRANCNFSM4IXL2BXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWXBCBHSLFSMPWSE6LQRDGIRA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJUYJVA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3277?email_source=notifications\u0026email_token=AJFFTNWYJQPGCSYPEB7VORTQRDGIRA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJUYJVA#discussion_r340382932",
"url": "https://github.com/bisq-network/bisq/pull/3277?email_source=notifications\u0026email_token=AJFFTNWYJQPGCSYPEB7VORTQRDGIRA5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJUYJVA#discussion_r340382932",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>