mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Remove ModelObservable from EntryList
This commit is contained in:
@@ -41,12 +41,9 @@ public abstract class EntryList
|
||||
{
|
||||
protected final Habit habit;
|
||||
|
||||
public final ModelObservable observable;
|
||||
|
||||
public EntryList(Habit habit)
|
||||
{
|
||||
this.habit = habit;
|
||||
this.observable = new ModelObservable();
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
||||
@@ -80,7 +80,6 @@ public class MemoryEntryList extends EntryList
|
||||
public void invalidateNewerThan(Timestamp timestamp)
|
||||
{
|
||||
list.clear();
|
||||
observable.notifyListeners();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user