mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Stop scanning for prev/next on destroy
This commit is contained in:
@@ -21,4 +21,11 @@ package eu.faircode.email;
|
||||
|
||||
public class ObjectHolder<T> {
|
||||
public T value;
|
||||
|
||||
public ObjectHolder() {
|
||||
}
|
||||
|
||||
public ObjectHolder(T init) {
|
||||
this.value = init;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user