Skip to content

Commit 9feedb8

Browse files
committed
Remote whitespace
1 parent a4eca57 commit 9feedb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/versioned_docs/version-0.67/integration-with-android-fragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Update your Activity's onCreate method as follows:
189189
override fun onCreate(savedInstanceState: Bundle) {
190190
super.onCreate(savedInstanceState)
191191
setContentView(R.layout.main_activity)
192-
192+
193193
button = findViewById<Button>(R.id.button)
194194
button.setOnClickListener {
195195
val reactNativeFragment =

0 commit comments

Comments
 (0)