Correct order of if statement check to prevent null error
This commit is contained in:
parent
666fe2cf38
commit
d3f8fa8f4c
|
@ -455,7 +455,7 @@ function LoginFlow(startOver = false as boolean)
|
||||||
dialog.close = true
|
dialog.close = true
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if serverInfoResult.Error or startOver then
|
if startOver or serverInfoResult.Error then
|
||||||
print "Get server details"
|
print "Get server details"
|
||||||
SendPerformanceBeacon("AppDialogInitiate") ' Roku Performance monitoring - Dialog Starting
|
SendPerformanceBeacon("AppDialogInitiate") ' Roku Performance monitoring - Dialog Starting
|
||||||
serverSelection = CreateServerGroup()
|
serverSelection = CreateServerGroup()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user