Dead code in StatusFragment

In the StatusFragment, we still have code for changing the fragment if the app detects a no-network situation, however, we actually move to the NoNetwork fragment in the main activity anyway, so this is essentially dead code.

I think we should either remove that or remove the navigation in the main activity, but having both doesn't make sense.

I think showing the NoNetwork fragment is the simpler solution.