fix(BuildCalc) Immortal filters
This commit is contained in:
@@ -14,6 +14,8 @@ public class NavigationService : INavigationService {
|
||||
private int webPageType;
|
||||
private int webSectionType;
|
||||
|
||||
private event Action OnChange = null!;
|
||||
|
||||
|
||||
|
||||
public void Subscribe(Action action) {
|
||||
@@ -98,8 +100,6 @@ public class NavigationService : INavigationService {
|
||||
return renderType;
|
||||
}
|
||||
|
||||
private event Action OnChange = null!;
|
||||
|
||||
private void NotifyDataChanged() {
|
||||
OnChange?.Invoke();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user