Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2044494 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Make sure we have a ";" after locale in User Agent"

parents a3a1f591 096fbe05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,11 +483,11 @@ public class WebSettings {
            // default to "en"
            buffer.append("en");
        }
        buffer.append("; ");
        // add the model for the release build
        if ("REL".equals(Build.VERSION.CODENAME)) {
            final String model = Build.MODEL;
            if (model.length() > 0) {
                buffer.append("; ");
                buffer.append(model);
            }
        }