mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user