mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Remove useless static
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
8168bff27b
commit
8b9c427802
@ -117,7 +117,7 @@ public class WebViewLoginController extends BaseController {
|
||||
super(args);
|
||||
}
|
||||
|
||||
private static String getWebLoginUserAgent() {
|
||||
private String getWebLoginUserAgent() {
|
||||
return Build.MANUFACTURER.substring(0, 1).toUpperCase(Locale.getDefault()) +
|
||||
Build.MANUFACTURER.substring(1).toLowerCase(Locale.getDefault()) + " " + Build.MODEL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user