Skip to content

Commit

Permalink
Fix a potential crash when changing multiplayer room options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Aug 20, 2023
1 parent e10a711 commit 41b7d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/reco1l/legacy/ui/multiplayer/RoomOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class RoomOptions : SettingsFragment()
return

playOnDismissAnim {
Config.loadConfig(activity)
Config.loadConfig(getGlobal().mainActivity)
getGlobal().songService.volume = Config.getBgmVolume()
super.dismiss()
}
Expand Down

0 comments on commit 41b7d7c

Please sign in to comment.