mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Make the stacktrace enabler static
This commit is contained in:
parent
dfb4f4e030
commit
730b44bc73
@ -27,7 +27,7 @@ public class ApgCon {
|
||||
/**
|
||||
* Put stacktraces into the log?
|
||||
*/
|
||||
private final boolean stacktraces = true;
|
||||
private final static boolean stacktraces = true;
|
||||
|
||||
private class call_async extends AsyncTask<String, Void, Void> {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user