Skip to content

Commit 441f8a2

Browse files
committed
fix: list on spotlight now works
1 parent 9a8a034 commit 441f8a2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

testbed/www/js.es6/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ function BranchDeepLink() {
175175

176176
// optional fields
177177
var properties = {
178-
$fallback_url: "www.example.com",
179-
$desktop_url: "www.desktop.com",
180-
$android_url: "www.android.com",
181-
$ios_url: "www.ios.com",
182-
$ipad_url: "www.ipad.com",
178+
$fallback_url: "http://www.example.com/example",
179+
$desktop_url: "http://www.example.com/desktop",
180+
$android_url: "http://www.example.com/android",
181+
$ios_url: "http://www.example.com/ios",
182+
$ipad_url: "http://www.example.com/ipad",
183183
more_custom: "data",
184184
even_more_custom: true,
185185
this_is_custom: 41231
@@ -215,11 +215,11 @@ function BranchShareSheet() {
215215

216216
// optional fields
217217
var properties = {
218-
$fallback_url: "www.example.com",
219-
$desktop_url: "www.desktop.com",
220-
$android_url: "www.android.com",
221-
$ios_url: "www.ios.com",
222-
$ipad_url: "www.ipad.com",
218+
$fallback_url: "http://www.example.com/example",
219+
$desktop_url: "http://www.example.com/desktop",
220+
$android_url: "http://www.example.com/android",
221+
$ios_url: "http://www.example.com/ios",
222+
$ipad_url: "http://www.example.com/ipad",
223223
more_custom: "data",
224224
even_more_custom: true,
225225
this_is_custom: 41231

testbed/www/js/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ function BranchDeepLink() {
177177

178178
// optional fields
179179
var properties = {
180-
$fallback_url: "www.example.com",
181-
$desktop_url: "www.desktop.com",
182-
$android_url: "www.android.com",
183-
$ios_url: "www.ios.com",
184-
$ipad_url: "www.ipad.com",
180+
$fallback_url: "http://www.example.com/example",
181+
$desktop_url: "http://www.example.com/desktop",
182+
$android_url: "http://www.example.com/android",
183+
$ios_url: "http://www.example.com/ios",
184+
$ipad_url: "http://www.example.com/ipad",
185185
more_custom: "data",
186186
even_more_custom: true,
187187
this_is_custom: 41231
@@ -217,11 +217,11 @@ function BranchShareSheet() {
217217

218218
// optional fields
219219
var properties = {
220-
$fallback_url: "www.example.com",
221-
$desktop_url: "www.desktop.com",
222-
$android_url: "www.android.com",
223-
$ios_url: "www.ios.com",
224-
$ipad_url: "www.ipad.com",
220+
$fallback_url: "http://www.example.com/example",
221+
$desktop_url: "http://www.example.com/desktop",
222+
$android_url: "http://www.example.com/android",
223+
$ios_url: "http://www.example.com/ios",
224+
$ipad_url: "http://www.example.com/ipad",
225225
more_custom: "data",
226226
even_more_custom: true,
227227
this_is_custom: 41231

0 commit comments

Comments
 (0)