-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature/45 to 60 upgrade #2349
Feature/45 to 60 upgrade #2349
Conversation
...in/com/hedvig/android/feature/addon/purchase/ui/customize/CustomizeTravelAddonDestination.kt
Outdated
Show resolved
Hide resolved
} // without + (supposedly with minus) | ||
else { | ||
stringResource( | ||
R.string.TERMINATION_FLOW_PAYMENT_PER_MONTH, // todo: mb better to have a separate key? | ||
uiState.totalPriceChange.amount.toInt(), | ||
) | ||
} |
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.
So it's without minus now, but we do want a minus to exist here I suppose? Help me understand a bit here
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.
well it is difference between two numbers, so if we (what if) have a price going down - it should be negative?
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.
Can we ask the others too? Perhaps we should not show anything here in those scenarios instead, not sure
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.
Asked Julia:)
.../main/kotlin/com/hedvig/android/feature/addon/purchase/ui/summary/AddonSummaryDestination.kt
Outdated
Show resolved
Hide resolved
.../main/kotlin/com/hedvig/android/feature/addon/purchase/ui/summary/AddonSummaryDestination.kt
Show resolved
Hide resolved
# Conflicts: # app/feature/feature-addon-purchase/src/main/kotlin/com/hedvig/android/feature/addon/purchase/ui/customize/CustomizeTravelAddonDestination.kt
No description provided.