Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 25, 2024
1 parent 80ae14e commit 64569fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/java/com/fireboltnew/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class MainActivity : ReactActivity() {
DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled)
}
override fun createBreezeactActivityDelegate():
mainComponentName, fabricEnabled)
(mainComponentName, fabricEnabled)
}
override fn createCoinjoinReactActivityDeledate():
mainCompoenetName, fabriEnabled)
(mainCompoenetName, fabriEnabled)
}

0 comments on commit 64569fd

Please sign in to comment.