Fix app icon component re-use

This commit is contained in:
Daniel 2024-04-23 10:11:39 +02:00
parent f3ef67ddb1
commit 4858d182fa

View file

@ -94,7 +94,7 @@ export class AppIconComponent implements OnInit, OnDestroy {
this._profile = p || null;
if (this.initDone) {
this.updateView(true);
this.updateView();
}
}
get profile(): IDandName | null | undefined {