Shares #109

Merged
amigan merged 59 commits from shareUI into trunk 2025-02-14 00:25:03 -05:00
Showing only changes of commit 246c024fc2 - Show all commits

View file

@ -59,8 +59,10 @@ export class TalkgroupService {
}
setShare(share: Share | null) {
if (!this.authSvc.isAuth() && share !== null) {
this.fetchAll.next(share);
}
}
ngOnDestroy() {
this.subscriptions.unsubscribe();