mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 00:18:51 -05:00
Clear result, too
This commit is contained in:
parent
a1c75dd47c
commit
9fb631d599
@ -210,11 +210,16 @@ public class ApgCon {
|
||||
public void clear_warnings() {
|
||||
warning_list.clear();
|
||||
}
|
||||
|
||||
public void clear_result() {
|
||||
result.clear();
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
clear_errors();
|
||||
clear_warnings();
|
||||
clear_args();
|
||||
clear_result();
|
||||
}
|
||||
|
||||
public void disconnect() {
|
||||
|
Loading…
Reference in New Issue
Block a user