Skip to content

Commit

Permalink
Fix react android
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 18, 2024
1 parent bc11824 commit 9dbff16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions android/app/src/main/java/com/fireboltnew/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ class MainActivity : ReactActivity() {
override fun createReactActivityDelegate(): ReactActivityDelegate =
DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled)
}
override fun createBreezeactActivityDelegate():
override fun createBreezeactActivityDelegate(): {
(mainComponentName, fabricEnabled)
}
override fn createCoinjoinReactActivityDeledate():

}
override fn createCoinjoinReactActivityDeledate(): {
(mainCompoenetName, fabriEnabled)
}

}

0 comments on commit 9dbff16

Please sign in to comment.