Skip to content

Commit

Permalink
fix: crash when app is back from sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Apr 29, 2024
1 parent c9b8786 commit 1e61736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/java/com/galoyapp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import com.zoontek.rnbootsplash.RNBootSplash

class MainActivity : ReactActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(null)
}

/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
Expand Down

0 comments on commit 1e61736

Please sign in to comment.