File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -705,14 +705,18 @@ document.getElementById("tokenPassword").onclick = () => {
705705 password : document . getElementById ( "passwordToken" ) . value
706706 } ) ) . then ( res => {
707707 res . text ( ) . then ( text => {
708- if ( res . status == 403 ) {
709- TextBoxError ( "step8box" , text )
710- } else if ( res . status == 200 ) {
708+ if ( res . status == 200 ) {
711709 TextBoxGood ( "step8box" , text )
712710 setTimeout ( ( ) => {
713711 TokenUIUpdate ( )
714712 CloseGetPasswordPopup ( )
715713 } , 5000 )
714+ } else {
715+
716+ TextBoxError ( "step8box" , text + "<br>The pop up will close automatically in 10 seconds" )
717+ setTimeout ( ( ) => {
718+ CloseGetPasswordPopup ( )
719+ } , 10000 )
716720 }
717721 } )
718722 } )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.6.1 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 21 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.6.2 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 22 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 29" />
44 <uses-permission android : name =" oculus.permission.handtracking" />
55 <uses-permission android : name =" com.oculus.permission.HAND_TRACKING" />
Original file line number Diff line number Diff line change 2222// Minor Version
2323// Build Number
2424// Revision
25- [ assembly: AssemblyVersion ( "1.6.1 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.6.1 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.6.2 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.6.2 .0" ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <SelectedDevice >Oculus Quest </SelectedDevice >
5- <ActiveDebugProfile >Oculus Quest </ActiveDebugProfile >
4+ <SelectedDevice >Google Pixel 6 </SelectedDevice >
5+ <ActiveDebugProfile >Google Pixel 6 </ActiveDebugProfile >
66 <DefaultDevice >Pixel_5_API_30</DefaultDevice >
77 <AndroidDesignerPreferredTheme >AppTheme</AndroidDesignerPreferredTheme >
88 <AndroidDesignerPreferredDevice >Nexus 4</AndroidDesignerPreferredDevice >
You can’t perform that action at this time.
0 commit comments