Skip to content

Commit

Permalink
style(kotlin): Remove redundant modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Apr 26, 2024
1 parent 3c65e81 commit 53cfa9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MainActivity : ReactActivity() {
override fun createReactActivityDelegate(): ReactActivityDelegate =
DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled)

override protected fun onCreate(savedInstanceState: Bundle?) {
override fun onCreate(savedInstanceState: Bundle?) {
RNBootSplash.init(this) // ⬅️ initialize the splash screen
super.onCreate(savedInstanceState) // or super.onCreate(null) with react-native-screens
}
Expand Down

0 comments on commit 53cfa9c

Please sign in to comment.