diff --git a/src/app/modals/document-viewer/document-viewer.page.ts b/src/app/modals/document-viewer/document-viewer.page.ts
index c8711fe32..1d2081da8 100644
--- a/src/app/modals/document-viewer/document-viewer.page.ts
+++ b/src/app/modals/document-viewer/document-viewer.page.ts
@@ -19,7 +19,7 @@ export class DocumentViewerPage implements OnInit {
constructor(
private modalController: ModalController,
private navParams: NavParams,
- private processes: ProcessesService) {
+ public processes: ProcessesService) {
this.task = this.navParams.get('task') || null;
this.DocId = this.navParams.get('DocId');
diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.html b/src/app/modals/profile/edit-profile/edit-profile.page.html
index 9a6073e0d..daa5336ad 100644
--- a/src/app/modals/profile/edit-profile/edit-profile.page.html
+++ b/src/app/modals/profile/edit-profile/edit-profile.page.html
@@ -7,7 +7,8 @@
@@ -62,15 +63,18 @@
diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.ts b/src/app/modals/profile/edit-profile/edit-profile.page.ts
index 8e0e7a2ba..2cd0302b8 100644
--- a/src/app/modals/profile/edit-profile/edit-profile.page.ts
+++ b/src/app/modals/profile/edit-profile/edit-profile.page.ts
@@ -21,7 +21,7 @@ export class EditProfilePage implements OnInit {
private animationController: AnimationController,
public platform: Platform,
private backgroundservice: BackgroundService,
- private themeservice: ThemeService
+ public ThemeService: ThemeService
) {}
ngOnInit() {}
@@ -117,7 +117,7 @@ export class EditProfilePage implements OnInit {
}
changeTheme(name) {
- this.themeservice.setTheme(name)
+ this.ThemeService.setTheme(name)
}
}
diff --git a/src/app/modals/profile/profile.page.html b/src/app/modals/profile/profile.page.html
index eee16e4e6..ff5276b6e 100644
--- a/src/app/modals/profile/profile.page.html
+++ b/src/app/modals/profile/profile.page.html
@@ -6,7 +6,8 @@
@@ -93,7 +94,8 @@
class="search-input text-black" type="search" placeholder="Pesquisar">