Something went wrong while setting issue due date.
Don't continually re-create fragments in SwapActivity
Right now, when the back buttion is pressed, we re-create the relevant fragment and throw it on the back stack. It would be preferable to have these created only once, and fetched from the getSupportFragmentManager().findFragmentByTag()
method.
Tagged as nit-pick because it works currently, but may cause memory leaks eventually.