mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
close #813
This commit is contained in:
parent
1cd75356c7
commit
85953352b9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public class UserAgentUtils {
|
|||
|
||||
@NonNull
|
||||
public static String generateBrowserUA(final int code) {
|
||||
return browsers[code - 1];
|
||||
return browsers[code];
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue