fix/fix_child_uinfo #167

Merged
Fujimatsu merged 4 commits from fix/fix_child_uinfo into main 2024-07-12 02:57:10 +00:00
Showing only changes of commit aace66143f - Show all commits

View File

@ -180,7 +180,7 @@ public class MainActivity extends AppCompatActivity {
childData.getChild(userSettings.getAppCommonSetting().getChildId()).thenAccept(childModel -> {
((TextView) view.findViewById(R.id.userNameTextView)).setText(childModel.getName());
logger.debug("ChildModel: " + childModel.getName());
((TextView) view.findViewById(R.id.emailTextView)).setText("子供モードはメールアドレスを設定できません");
((TextView) view.findViewById(R.id.emailTextView)).setText("子供ユーザーはメールアドレスを設定できません");
((Chip) view.findViewById(R.id.chip)).setText("子供/Child");
}).join();
} else {