Error message has no info (yet), revert to e.toString()
This commit is contained in:
@@ -47,6 +47,6 @@ public class NetworkInfoFragment extends Fragment {
|
||||
|
||||
Exception e = I2PBote.getInstance().getConnectError();
|
||||
if (e != null)
|
||||
((TextView) view.findViewById(R.id.error)).setText(e.getLocalizedMessage());
|
||||
((TextView) view.findViewById(R.id.error)).setText(e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user