mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 01:39:40 +07:00
Removed game settings from crash report, not very helpful
This commit is contained in:
@ -9,7 +9,7 @@ class AndroidLauncher : AndroidApplication() {
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
val config = AndroidApplicationConfiguration().apply { useImmersiveMode = true }
|
||||
val game = UncivGame(BuildConfig.VERSION_NAME, UncivCrashReportSender(this))
|
||||
val game = UncivGame(BuildConfig.VERSION_NAME, CrashReportSenderAndroid(this))
|
||||
initialize(game, config)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user