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