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

Commit d002e027 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix 'fuchsia' typo."

parents adb52ef7 fd9bc7bb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -200,10 +200,11 @@ public class Color {
     * exception. Supported formats are:
     * #RRGGBB
     * #AARRGGBB
     * or one of the following names:
     * 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta',
     * 'yellow', 'lightgray', 'darkgray', 'grey', 'lightgrey', 'darkgrey',
     * 'aqua', 'fuschia', 'lime', 'maroon', 'navy', 'olive', 'purple',
     * 'silver', 'teal'
     * 'aqua', 'fuchsia', 'lime', 'maroon', 'navy', 'olive', 'purple',
     * 'silver', 'teal'.
     */
    public static int parseColor(String colorString) {
        if (colorString.charAt(0) == '#') {