Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 82734b4

Browse files
authored
Fix crash on application Pause/Resume (#3215)
1 parent bab93d3 commit 82734b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/cpp/VRBrowser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ VRBrowser::ShutdownJava() {
171171
sOnAppLink = nullptr;
172172
sDisableLayers = nullptr;
173173
sEnv = nullptr;
174-
kAppendAppNotesToCrashReport = nullptr;
174+
sAppendAppNotesToCrashReport = nullptr;
175175
}
176176

177177
void

0 commit comments

Comments
 (0)