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

Commit

Permalink
Ensure session is create with correct VR UA (fixes #1546) (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored Aug 12, 2019
1 parent 1ba632e commit cd955f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ private Integer peekSession() {
}

public void newSession() {
SessionSettings settings = new SessionSettings.Builder().build();
SessionSettings settings = new SessionSettings.Builder().withDefaultSettings(mContext).build();
int id = createSession(settings);
stackSession(id);
}
Expand Down

0 comments on commit cd955f4

Please sign in to comment.