Do not show port 0

This commit is contained in:
M66B 2016-01-19 21:11:00 +01:00
parent 113c827695
commit 15734a8b6e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class LogAdapter extends CursorAdapter {
else
tvProtocol.setText(protocol < 0 ? "" : Integer.toString(protocol));
tvPort.setText(port < 0 ? "" : Integer.toString(port));
tvPort.setText(port <= 0 ? "" : Integer.toString(port));
tvFlags.setText(flags);
// Application icon