You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable character creation finish button after click
This lead to crashes when user click this button twice in short time span.
Because when character save is run twice, fragment may be long gone
(detached from Activity) and when we try to use Fragment.context for Toast confirmation,
it's null.
0 commit comments