Closed bcoov closed 7 years ago
Pack it up
Try the super before the layout since it is only called in OnActivityCreated -super. createStartGameForm(savedInstanceState); need a bundle for it though
Pro Tip: When you're posting a url-link, put the text you want to display in the brackets "[]" and the url in the parens "()" :-)
I'll give this a try when I'm back at my PC this evening.
Fixed in 30f4b23304bd343204bddd9565f53fe93914ff6e
When debugging/running the app within an Android Emulator (as opposed to a physical device), pressing the "Start New Game" button on the GameFragment will crash the app with the following stacktrace:
This behavior does not occur on the physical devices used so far.