mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-06 17:25:05 -05:00
set mainUserIdRest visible after GONE in previous key
This commit is contained in:
parent
f4d3d81333
commit
5473703f18
@ -92,6 +92,8 @@ public class KeyListAdapter extends CursorTreeAdapter {
|
||||
|
||||
if (mainUserIdRest.getText().length() == 0) {
|
||||
mainUserIdRest.setVisibility(View.GONE);
|
||||
} else {
|
||||
mainUserIdRest.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user