Skip to content

Commit

Permalink
Merge branch 'main' into device-name
Browse files Browse the repository at this point in the history
  • Loading branch information
svillar authored Oct 30, 2023
2 parents 041adc0 + 8177724 commit 32e455c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/common/shared/com/igalia/wolvic/utils/DeviceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public static void setType(@Type int aType) {
break;
case MetaQuestPro:
mDeviceName = "Meta Quest Pro";
break;
case ViveFocus:
mDeviceName = "Vive Focus";
break;
Expand Down Expand Up @@ -84,6 +85,7 @@ public static void setType(@Type int aType) {
break;
default:
mDeviceName = "Unknown Device";
break;
}
Log.d("VRB", "Setting device type to: " + mDeviceName);
mType = aType;
Expand Down

0 comments on commit 32e455c

Please sign in to comment.