Skip to content

Commit 1a2582e

Browse files
committed
Fix code style
1 parent f304580 commit 1a2582e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/recomposehighlighter/src/main/java/com/example/android/compose/recomposehighlighter/RecomposeHighlighter.kt

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ private class RecomposeHighlighterModifier : Modifier.Node(), DrawModifierNode {
9393
totalCompositions = 0
9494
timerJob?.cancel()
9595
}
96+
9697
override fun onDetach() {
9798
timerJob?.cancel()
9899
}

0 commit comments

Comments
 (0)