Commit 7756b8f5 authored by Trino Parra's avatar Trino Parra

inquiry menu unlock

parent fc5fd47b
...@@ -100,8 +100,8 @@ export class MenuPage { ...@@ -100,8 +100,8 @@ export class MenuPage {
this.storage.set('name', data['nombre']); this.storage.set('name', data['nombre']);
this.storage.set('reciverJID', this.jid); this.storage.set('reciverJID', this.jid);
this.storage.set('conversationID', data['idConversacion']); this.storage.set('conversationID', data['idConversacion']);
this.storage.set('aplicarEncuesta', 1); //this.storage.set('aplicarEncuesta', 1);
//this.storage.set('aplicarEncuesta', data['aplicarEncuesta']); this.storage.set('aplicarEncuesta', data['aplicarEncuesta']);
this.loader.show('Please Wait'); this.loader.show('Please Wait');
this.xmppService.login(this.senderJID, this.password); this.xmppService.login(this.senderJID, this.password);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment