Skip to content

Commit

Permalink
Fix crash on application Pause/Resume (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Apr 22, 2020
1 parent bab93d3 commit 82734b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/VRBrowser.cpp
Expand Up @@ -171,7 +171,7 @@ VRBrowser::ShutdownJava() {
sOnAppLink = nullptr;
sDisableLayers = nullptr;
sEnv = nullptr;
kAppendAppNotesToCrashReport = nullptr;
sAppendAppNotesToCrashReport = nullptr;
}

void
Expand Down

0 comments on commit 82734b4

Please sign in to comment.