ImageWorkaround

This commit is contained in:
ivan gomes
2021-11-22 16:37:11 +01:00
parent e5f757d615
commit 5ebb8ceefe
8 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ import { environment } from 'src/environments/environment';
import { TimeService } from 'src/app/services/functions/time.service';
import { ThemeService } from 'src/app/services/theme.service'
import { DataService } from 'src/app/services/data.service';
import { Crop } from '@ionic-native/crop/ngx';
@Component({
@@ -120,7 +120,7 @@ export class ChatPage implements OnInit {
public ThemeService: ThemeService,
private dataService:DataService,
private router: Router,
private crop: Crop,
){
this.loggedUserChat = authService.ValidatedUserChat['data'];
this.headers = new HttpHeaders();