Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 2c738ea

Browse files
remove comment
1 parent c07e51f commit 2c738ea

File tree

1 file changed

+1
-3
lines changed
  • android/canonical/app/src/main/java/com/google/samples/quickstart/canonical

1 file changed

+1
-3
lines changed

android/canonical/app/src/main/java/com/google/samples/quickstart/canonical/RunFragment.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ class RunFragment : Fragment() {
4949
param1 = it.getString(ARG_PARAM1)
5050
param2 = it.getString(ARG_PARAM2)
5151
}
52-
53-
// stopwatchVM = StopwatchViewModel()
54-
52+
5553
stopwatchVM = activity?.run {
5654
ViewModelProviders.of(this)[StopwatchViewModel::class.java]
5755
} ?: throw Exception("Null Activity")

0 commit comments

Comments
 (0)