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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3277#discussion_r325234764">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>Yes, I looks like as if the check is wrong. Even if the hardware string is used it must be even higher (iPhone9,1+ == iPhone 7). Maybe <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=5642225" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/joachimneumann">@joachimneumann</a> could shed some light on this.</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=AJFFTNQ2QRQYY7NC37LZR3DQKDZJ5A5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCE7SIAY#discussion_r325234764">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQUUUJR55NZYDMUDEDQKDZJ5ANCNFSM4IXL2BXQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNQ46OPK4MBJMRO6UBLQKDZJ5A5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCE7SIAY.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=AJFFTNQ2QRQYY7NC37LZR3DQKDZJ5A5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCE7SIAY#discussion_r325234764",
"url": "https://github.com/bisq-network/bisq/pull/3277?email_source=notifications\u0026email_token=AJFFTNQ2QRQYY7NC37LZR3DQKDZJ5A5CNFSM4IXL2BX2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCE7SIAY#discussion_r325234764",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>