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

Commit 06cfd499 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Correct the name of enum UserType item" into rvc-dev

parents 6a75f133 ad14a26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ enum UpstreamType {

enum UserType {
    // Unknown.
    USER_UNKOWNN = 0;
    USER_UNKNOWN = 0;
    // Settings.
    USER_SETTINGS = 1;
    // System UI.