mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +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
|
@NonNull
|
||||||
public static String generateBrowserUA(final int code) {
|
public static String generateBrowserUA(final int code) {
|
||||||
return browsers[code - 1];
|
return browsers[code];
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue