add models

This commit is contained in:
Peter Maquiran
2023-03-04 07:21:33 +01:00
parent 7e5039b4fa
commit 5fe1abcffa
13 changed files with 88 additions and 39 deletions
+4 -4
View File
@@ -11,7 +11,7 @@ import { ExpedienteGdStore } from 'src/app/store/expedientegd-store.service';
import { SqliteService } from 'src/app/services/sqlite.service';
import { BackgroundService } from 'src/app/services/background.service';
import { momentG } from 'src/plugin/momentG';
import { ThemeService } from 'src/app/services/theme.service'
import { ThemeService } from 'src/app/services/theme.service';
import { Storage } from '@ionic/storage';
import { PermissionService } from 'src/app/services/permission.service';
import { ViewEventPage } from 'src/app/modals/view-event/view-event.page';
@@ -130,8 +130,8 @@ export class EventsPage implements OnInit {
if (event) {
setTimeout(() => {
try {
event?.target?.complete();
} catch(error) {}
event?.target?.complete();
} catch(error) {}
}, 2000);
}
this.RefreshEvents();
@@ -166,7 +166,7 @@ export class EventsPage implements OnInit {
}
}
this.showLoader = false;
this.showAgendaLoader = false;
}