mobileesp
mobileesp copied to clipboard
Duplicate device detection in Java version
In Java code there is a test repeated twice
if (userAgent.indexOf(deviceWinMob) != -1 || userAgent.indexOf(deviceWinMob) != -1
Not an issue of course. It is has popped out by SpotBugs in a project