Skip to content

Commit

Permalink
Created and added forked custom url plugin. Removed code breaking dee…
Browse files Browse the repository at this point in the history
…p linking from external sources.
  • Loading branch information
Angel Mortega committed May 9, 2019
1 parent 84317b0 commit 9c67486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<plugin name="cordova-plugin-ionic-webview" spec="2.2.3" />
<plugin name="cordova-plugin-qrscanner-no-android" spec="https://github.com/Bitcoin-com/cordova-plugin-qrscanner-no-android.git" commit="cbb6910d245a60899d33d933c9fa369c960e90f7" />
<plugin name="cordova-plugin-camera-preview" spec="0.10.0" />
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git#4.1.5">
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/Bitcoin-com/Custom-URL-scheme#4.1.6">
<variable name="URL_SCHEME" value="bitcoin" />
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
<variable name="THIRD_URL_SCHEME" value="bitcoincash" />
Expand Down
6 changes: 0 additions & 6 deletions src/js/services/incoming-data.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
, $log
, $state
, $rootScope
, qrScannerService
, qrReaderService
, platformInfo
, sendFlowService
, gettextCatalog
) {
Expand All @@ -41,9 +38,6 @@
cbError(new Error(errorMessage));
}
} else {
var qrService = platformInfo.isMobile ? qrReaderService : qrScannerService;
qrService.stopReading();

/**
* Strategy for the action
*/
Expand Down

0 comments on commit 9c67486

Please sign in to comment.