Merge "Correct the name of enum UserType item"

This commit is contained in:
Frank Li
2020-06-23 01:10:10 +00:00
committed by Gerrit Code Review

View File

@@ -87,7 +87,7 @@ enum UpstreamType {
enum UserType {
// Unknown.
USER_UNKOWNN = 0;
USER_UNKNOWN = 0;
// Settings.
USER_SETTINGS = 1;
// System UI.