Skip to content
Snippets Groups Projects
Commit da4ebe98 authored by Eun Jegal's avatar Eun Jegal
Browse files

Lab3 Remove unnecessary code

parent f189d8c3
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ class MainActivity : AppCompatActivity() {
// [Hint] Access TextViews using "binding" object like we did with "secondActivityLaunchBtn"
// Only need 4 lines of code, one TextView for each counter variable
binding.onCreate.setText("hello")
}
private fun restoreCounts (savedInstanceState:Bundle) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment