Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 6b26519

Browse files
properly crash ;)
1 parent 145258d commit 6b26519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crashlytics/crashlytics.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function setUserId(id: string): void {
5656

5757
export function crash(): void {
5858
if (isCrashlyticsAvailable()) {
59-
com.crashlytics.android.Crashlytics.crash();
59+
com.crashlytics.android.Crashlytics.getInstance().crash();
6060
}
6161
}
6262

0 commit comments

Comments
 (0)