Something went wrong while setting issue due date.
Make action button different depending on the fragment being displayed
Currently, it is "Next" for each view. It should be:
- "Next" for the first "create swap" screen
- "Next" for the "join same wifi" screen
- "Skip" for the NFC screen
- "Done" for the wifi qr screen
This could either be done by having individual fragments manually change the single MenuItem which is created by the parent SwapActivity. Or else the SwapActivity could not add any menu items, and each individual fragment could add their own button (e.g. "next", "done", etc). I feel that the second one would be the "most correct" way to do it, but really it doesn't matter very much.