Skip to content

Commit

Permalink
Remote whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Mar 24, 2022
1 parent a4eca57 commit 9feedb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Update your Activity's onCreate method as follows:
override fun onCreate(savedInstanceState: Bundle) {
super.onCreate(savedInstanceState)
setContentView(R.layout.main_activity)

button = findViewById<Button>(R.id.button)
button.setOnClickListener {
val reactNativeFragment =
Expand Down

0 comments on commit 9feedb8

Please sign in to comment.