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

Commit fc9cf21

Browse files
remove comment
1 parent c07e51f commit fc9cf21

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class MainActivity : AppCompatActivity() {
3535
}
3636

3737
R.id.bottom_navigation_item_map -> {
38-
// val mapsFragment = MapsFragment()
3938
supportFragmentManager
4039
.beginTransaction()
4140
.replace(R.id.fragment_container, MapsFragment())

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class RunFragment : Fragment() {
5050
param2 = it.getString(ARG_PARAM2)
5151
}
5252

53-
// stopwatchVM = StopwatchViewModel()
54-
5553
stopwatchVM = activity?.run {
5654
ViewModelProviders.of(this)[StopwatchViewModel::class.java]
5755
} ?: throw Exception("Null Activity")

0 commit comments

Comments
 (0)