[bisq-network/bisq] Update MobileModel parseDescriptor to support iPhone 11 (#3277)

Devin Bileck notifications at github.com
Wed Oct 30 00:10:48 UTC 2019


devinbileck commented on this pull request.



>                          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;

Thanks! I have updated this PR to reflect isContentAvailable supports iPhone 6s and newer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3277#discussion_r340382932
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191029/2ae2543e/attachment.html>


More information about the bisq-github mailing list