@plattar/plattar-ar-adapter 1.169.1 → 1.169.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3038,7 +3038,7 @@ exports.Util = Util;
3038
3038
  },{}],17:[function(require,module,exports){
3039
3039
  "use strict";
3040
3040
  Object.defineProperty(exports, "__esModule", { value: true });
3041
- exports.default = "1.169.1";
3041
+ exports.default = "1.169.2";
3042
3042
 
3043
3043
  },{}],18:[function(require,module,exports){
3044
3044
  "use strict";
@@ -3155,7 +3155,7 @@ class SceneViewer extends ar_viewer_1.ARViewer {
3155
3155
  if (this.isVertical) {
3156
3156
  intent += '&enable_vertical_placement=true';
3157
3157
  }
3158
- intent += ' #Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;';
3158
+ intent += '#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;';
3159
3159
  intent += `S.browser_fallback_url=${linkOverride};end;`;
3160
3160
  const anchor = document.createElement("a");
3161
3161
  anchor.setAttribute("href", intent);