wxr
2021-12-14 6cc05bf6044c72f63b289da6b0a542970b16ef75
HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FaceSettingResultPage.cs
@@ -55,14 +55,14 @@
            };
            contentView.AddChidren(btnResultText);
            if(isSuccess)
            {
                btnResultText.TextID = StringId.FaceInputSucceeded;
            }
            else
            {
                btnResultText.TextID = StringId.FaceInputFailed;
            }
            var btnSetFaceId = new Button()
            {