Skip to content

Commit a6cf43d

Browse files
committed
Reformat source code
1 parent 074627f commit a6cf43d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

uhabits-android/src/main/java/org/isoron/uhabits/activities/habits/list/ListHabitsScreen.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ class ListHabitsScreen
232232
Settings.Global.ANIMATOR_DURATION_SCALE,
233233
1f
234234
) == 0f
235-
) return
235+
) {
236+
return
237+
}
236238
val baseColor = themeSwitcher.currentTheme!!.color(color).toInt()
237239
rootView.get().konfettiView.start(
238240
Party(

0 commit comments

Comments
 (0)