mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Merge pull request #134 from ashh87/master
set mainUserIdRest visible after GONE in previous key
This commit is contained in:
commit
8a12321169
@ -92,6 +92,8 @@ public class KeyListAdapter extends CursorTreeAdapter {
|
|||||||
|
|
||||||
if (mainUserIdRest.getText().length() == 0) {
|
if (mainUserIdRest.getText().length() == 0) {
|
||||||
mainUserIdRest.setVisibility(View.GONE);
|
mainUserIdRest.setVisibility(View.GONE);
|
||||||
|
} else {
|
||||||
|
mainUserIdRest.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user