Merge pull request #134 from ashh87/master

set mainUserIdRest visible after GONE in previous key
This commit is contained in:
Dominik Schürmann 2013-09-20 16:42:35 -07:00
commit 8a12321169

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);
}
}