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 5d6a54c commit b882cc5Copy full SHA for b882cc5
app/main-view-model.ts
@@ -32,11 +32,11 @@ export class HelloWorldModel extends Observable {
32
33
// Test B: Test Native crash
34
// comment test a above and uncomment below
35
- if (__ANDROID__) {
36
- const crash = new java.lang.String(null);
37
- } else if (__APPLE__) {
38
- const crash = NSString.stringWithString(null);
39
- }
+ // if (__ANDROID__) {
+ // const crash = new java.lang.String(null);
+ // } else if (__APPLE__) {
+ // const crash = NSString.stringWithString(null);
+ // }
40
}
41
42
private updateMessage() {
0 commit comments