diff --git a/config.xml b/config.xml index de828b65d279cc8db905ea3a97cdeda72b235766..92d75afda32fe4cdb28821b00035400b010c43e5 100644 --- a/config.xml +++ b/config.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> <widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> - <name>MyApp</name> + <name>AWADO</name> <description>An awesome Ionic/Cordova app.</description> <author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author> <content src="index.html" /> diff --git a/src/app/components/here-map/here-map.component.ts b/src/app/components/here-map/here-map.component.ts index bfc6bf92e2cf3fd61fae3cfbed50ec8f0e179176..3553b68fcfe596e2ee8f21ba35833e3c566c663c 100644 --- a/src/app/components/here-map/here-map.component.ts +++ b/src/app/components/here-map/here-map.component.ts @@ -104,7 +104,7 @@ export class HereMapComponent implements OnInit { // needed if child gets re-created (eg on some model changes) // note that subsequent subscriptions on the same subject will fail // so the parent has to re-create parentSubject on changes - this.startRideSubject.unsubscribe(); + //this.startRideSubject.unsubscribe(); } onSuccess(result) { diff --git a/src/app/hirebike/hirebike.page.ts b/src/app/hirebike/hirebike.page.ts index 789c3eea88a9eb1dbef50067bc75c0fc67bbcde2..c9e2aaa7b0e8be442a7025448eb6c9d0e91a9405 100644 --- a/src/app/hirebike/hirebike.page.ts +++ b/src/app/hirebike/hirebike.page.ts @@ -242,7 +242,7 @@ export class HirebikePage implements OnInit { // needed if child gets re-created (eg on some model changes) // note that subsequent subscriptions on the same subject will fail // so the parent has to re-create parentSubject on changes - this.startRideSubject.unsubscribe(); + //this.startRideSubject.unsubscribe(); } onSuccess(result) { diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index c32e5e448051e4605b0eb9b3c9a7cd6fce1fdf13..660564dfa0b8cad15969a7e2a036bb7cef979c69 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -280,7 +280,7 @@ export class HomePage implements OnInit, OnDestroy { } ngOnDestroy(){ - this.locationService.liveLocationSubject.unsubscribe(); + //this.locationService.liveLocationSubject.unsubscribe(); } }