Skip to content

Commit 8fca6a2

Browse files
authored
Merge pull request #142 from ManageXR/bugfix/CU-868brkjk3/device-differentiation/use-correct-cached-DeviceData-path
Use correct cached DeviceData path for file initialization
2 parents 83ddc74 + 1b5fc19 commit 8fca6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MXR.SDK/Runtime/Android/MXRAndroidSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ bool InitFromFile(string path) {
573573
return false;
574574
}
575575

576-
string filePath = _cachedDeviceStatusPath;
576+
string filePath = _cachedDeviceDataPath;
577577

578578
// Method 1: Try to initialize using the cached json file
579579
if (LoggingEnabled)

0 commit comments

Comments
 (0)