Display error more nicely
This commit is contained in:
parent
08760618d1
commit
8e1a347498
|
@ -143,7 +143,7 @@ public class GpodnetAuthenticationActivity extends ActionBarActivity {
|
||||||
if (exception == null) {
|
if (exception == null) {
|
||||||
advance();
|
advance();
|
||||||
} else {
|
} else {
|
||||||
txtvError.setText(exception.getMessage());
|
txtvError.setText(exception.getCause().getMessage());
|
||||||
txtvError.setVisibility(View.VISIBLE);
|
txtvError.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue