Skip to content

Commit 25651ad

Browse files
committed
Replace a single line block comment with an EOL comment
1 parent c64760d commit 25651ad

File tree

1 file changed

+1
-1
lines changed
  • app-timer-run/src/main/java/xyz/aprildown/timer/app/timer/run/screen

1 file changed

+1
-1
lines changed

app-timer-run/src/main/java/xyz/aprildown/timer/app/timer/run/screen/ScreenActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ScreenActivity : BaseActivity() {
155155
binding.btnAddOneMinute.setTextColor(onColor)
156156

157157
if (ColorUtils.calculateContrast(newDynamicTheme.colorSecondary, color) <=
158-
3.0 /* Min contrast */
158+
3.0 // Min contrast
159159
) {
160160
ViewCompat.setBackgroundTintList(
161161
binding.btnStop,

0 commit comments

Comments
 (0)