Merge branch 'master' of github.com:dschuermann/openpgp-keychain

This commit is contained in:
Dominik Schürmann
2013-09-22 15:23:43 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -92,6 +92,8 @@ public class KeyListAdapter extends CursorTreeAdapter {
if (mainUserIdRest.getText().length() == 0) {
mainUserIdRest.setVisibility(View.GONE);
} else {
mainUserIdRest.setVisibility(View.VISIBLE);
}
}