Skip to content

Commit

Permalink
feat: add android
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolagobat committed Nov 20, 2023
1 parent e5a7e00 commit e5b4f09
Show file tree
Hide file tree
Showing 4 changed files with 1,114 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'app',
appId: 'online.refuapp.supervisor',
appName: 'RefuApp Supervisor',
webDir: 'www',
server: {
androidScheme: 'https'
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/pages/login/login.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class LoginPage implements OnInit {

private async startLoadingAnimation() {
const loading = await this.loadingController.create({
message: 'LOGIN.LOADING',
message: this.translateService.instant('LOGIN.LOADING'),
translucent: true,
});
return await loading.present();
Expand Down
Loading

0 comments on commit e5b4f09

Please sign in to comment.