-
Notifications
You must be signed in to change notification settings - Fork 2
fix: calculator preview keyboard overlap #710
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
Conversation
This comment has been minimized.
This comment has been minimized.
… into fix/calculator-preview-keyboard
ovitrif
left a comment
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.
Added 2 nits. Claude still can't understand correctly the true intent of the 2 rules about modifiers and especially that one trying to enforce passing modifier as the last argument to functions, in an attempt of trying to avoid this from getting merged unnoticed during reviews.
app/src/main/java/to/bitkit/ui/screens/widgets/calculator/CalculatorPreviewScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/to/bitkit/ui/screens/widgets/calculator/components/CalculatorInput.kt
Outdated
Show resolved
Hide resolved
|
@claude address the review comments in a new branch on the tip of this one, named like this one but with '-fix' suffix. Also reword the rule about passing modifier as the last argument without trailing comma in an attempt to better enforce that rule. |
This comment has been minimized.
This comment has been minimized.
|
@claude I approve the pending commands on your last comment. Pls create the branch as prepared to be a PR targeting this one. |
This comment has been minimized.
This comment has been minimized.
… into fix/calculator-preview-keyboard # Conflicts: # app/src/main/java/to/bitkit/ui/screens/widgets/calculator/CalculatorPreviewScreen.kt
ovitrif
left a comment
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.
utAck
Related to #692
This PR fixes the keyboard overlapping the input field in the Calculator widget preview screen.
Description
ScreenColumnwith the.screen()modifier for more flexible inset handlingkeyboardAsState()imePadding()to keep the buttons above the keyboardCalculatorInputto useOutlinedTextFielddirectly for better keyboard interactionPreview
Screen_recording_20260122_115904.webm
QA Notes