Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Jan 1, 2025
2 parents eb8a2d9 + 75068b5 commit 1454775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/kotlin/app/aaps/ui/dialogs/CarbsDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class CarbsDialog : DialogFragmentWithDate() {
}
val plus3text = toSignedString(preferences.get(IntKey.OverviewCarbsButtonIncrement3))
binding.plus3.text = plus3text
binding.plus2.contentDescription = rh.gs(app.aaps.core.ui.R.string.carbs) + " " + plus3text
binding.plus3.contentDescription = rh.gs(app.aaps.core.ui.R.string.carbs) + " " + plus3text
binding.plus3.setOnClickListener {
binding.carbs.value = max(0.0, binding.carbs.value + preferences.get(IntKey.OverviewCarbsButtonIncrement3))
validateInputs()
Expand Down

0 comments on commit 1454775

Please sign in to comment.