fix header

This commit is contained in:
Peter Maquiran
2024-03-04 09:11:06 +01:00
parent 588b59b3ab
commit b697a0c37b
6 changed files with 47 additions and 7 deletions
@@ -135,4 +135,8 @@ export class TaskDetailsPage implements OnInit {
this.dropButton = !this.dropButton;
this.HeaderSettingsService.hideHeader = !this.dropButton
}
onOndestroy() {
this.HeaderSettingsService.hideHeader == false
}
}