Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. this.platform.resume.subscribe(async () => {
  2. console.log("VUELTA A LA APP ");
  3.  
  4. this.variables.localizacionActivada = await this.verificaciones.comprobarLocalizacionActivada();
  5. if (this.variables.localizacionActivada) this.map = null; await this.loadMap();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement