Skip to content

Commit 3400557

Browse files
committed
feat: remove TODO comments
1 parent ece10ca commit 3400557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselineProfile/src/main/java/com/raival/compose/file/baselineprofile/BaselineProfileGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class BaselineProfileGenerator {
5555
pressHome()
5656
startActivityAndWait()
5757

58-
// TODO Write more interactions to optimize advanced journeys of your app.
58+
// Write more interactions to optimize advanced journeys of your app.
5959
// For example:
6060
// 1. Wait until the content is asynchronously loaded
6161
// 2. Scroll the feed content

baselineProfile/src/main/java/com/raival/compose/file/baselineprofile/StartupBenchmarks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class StartupBenchmarks {
6262
measureBlock = {
6363
startActivityAndWait()
6464

65-
// TODO Add interactions to wait for when your app is fully drawn.
65+
// Add interactions to wait for when your app is fully drawn.
6666
// The app is fully drawn when Activity.reportFullyDrawn is called.
6767
// For Jetpack Compose, you can use ReportDrawn, ReportDrawnWhen and ReportDrawnAfter
6868
// from the AndroidX Activity library.

0 commit comments

Comments
 (0)