We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d906103 commit 274838eCopy full SHA for 274838e
frontends/android/BitBoxApp/app/src/main/java/ch/shiftcrypto/bitboxapp/MainActivity.java
@@ -54,7 +54,7 @@ public class MainActivity extends AppCompatActivity {
54
// BitBoxApp, it is useless, as any app can do this.
55
//
56
// Unfortunately there seems to be no simple way to include this header only in requests to Moonpay.
57
- private static final String BASE_URL = "https://shiftcrypto.ch";
+ private static final String BASE_URL = "https://shiftcrypto.ch/";
58
59
// stores the request from onPermissionRequest until the user has granted or denied the permission.
60
private PermissionRequest webViewpermissionRequest;
0 commit comments