-
Notifications
You must be signed in to change notification settings - Fork 0
初期フローの合体をした #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初期フローの合体をした #144
Conversation
Tip デバッグビルドに成功しました |
Tip リリースビルドに成功しました |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
バ先からLGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keyboardOptions = | ||
KeyboardOptions.Default.copy( | ||
imeAction = ImeAction.Done, | ||
), | ||
keyboardActions = | ||
KeyboardActions( | ||
onDone = { | ||
keyboardController?.hide() | ||
}, | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits]
singleLine = true
だけでやりたいことはできてそうなのでここは不要かも
keyboardOptions = | ||
KeyboardOptions.Default.copy( | ||
imeAction = ImeAction.Done, | ||
), | ||
keyboardActions = | ||
KeyboardActions( | ||
onDone = { | ||
keyboardController?.hide() | ||
}, | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits]
ここも singleLine = true
だけで良さそう
imeAction = ImeAction.Done, | ||
), | ||
keyboardActions = | ||
KeyboardActions( | ||
onDone = { | ||
keyboardController?.hide() | ||
}, | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits]
ここも singleLine = true
だけで良さそう
やったこと
初期フローの合体
くまちゃんやユーザの名前等の入力をする際、改行できないようにした
テキストフィールドのカラーのコードで非推奨のコードを使用していたのを修正した
Close #82
やってないこと
空文字の例外処理
通知ダイアログの実装
スクリーンショット・動作確認
自己評価
出来を 10 点満点で自己評価:
8 点
その他