mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
feature
This commit is contained in:
@@ -125,7 +125,9 @@ export class EventsPage implements OnInit {
|
||||
doRefresh(event) {
|
||||
this.RefreshEvents();
|
||||
this.LoadList();
|
||||
event?.target?.complete();
|
||||
try {
|
||||
event?.target?.complete();
|
||||
} catch(error) {}
|
||||
}
|
||||
|
||||
onSegmentChange() {
|
||||
|
||||
Reference in New Issue
Block a user