Skip to content

Commit 0b7edac

Browse files
committed
Merge branch 'android-bitsurance'
2 parents 8a15454 + 917f4c6 commit 0b7edac

File tree

1 file changed

+1
-0
lines changed
  • frontends/android/BitBoxApp/app/src/main/java/ch/shiftcrypto/bitboxapp

1 file changed

+1
-0
lines changed

frontends/android/BitBoxApp/app/src/main/java/ch/shiftcrypto/bitboxapp/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public WebResourceResponse shouldInterceptRequest(final WebView view, WebResourc
257257
List<Pattern> patterns = new ArrayList<>();
258258
patterns.add(Pattern.compile("^\"/buy/pocket/.*\"$"));
259259
patterns.add(Pattern.compile("^\"/buy/moonpay/.*\"$"));
260+
patterns.add(Pattern.compile("^\"/bitsurance/.*\"$"));
260261
patterns.add(Pattern.compile("^\"/account/[^\\/]+/wallet-connect/.*\"$"));
261262
for (Pattern pattern : patterns) {
262263
if (pattern.matcher(location).matches()) {

0 commit comments

Comments
 (0)