set mainUserIdRest visible after GONE in previous key

This commit is contained in:
Ashley Hughes 2013-09-20 13:23:06 +01:00
parent f4d3d81333
commit 5473703f18

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