mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Small improvement
This commit is contained in:
@@ -168,7 +168,7 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
|
||||
}
|
||||
|
||||
private static class Result {
|
||||
Throwable ex;
|
||||
Object data;
|
||||
private Throwable ex;
|
||||
private Object data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user