Skip to content

Commit

Permalink
Merge pull request jellyfin#498 from neilsb/login-screen-visiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado authored Nov 15, 2021
2 parents eeb578a + fc91237 commit d5c3165
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Main.brs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ function LoginFlow(startOver = false as boolean)
publicUsersNodes.push(user)
end for
userSelected = CreateUserSelectGroup(publicUsersNodes)
m.scene.focusedChild.visible = false
if userSelected = "backPressed"
SendPerformanceBeacon("AppDialogComplete") ' Roku Performance monitoring - Dialog Closed
return LoginFlow(true)
Expand All @@ -385,7 +384,6 @@ function LoginFlow(startOver = false as boolean)
passwordEntry = CreateSigninGroup(userSelected)
SendPerformanceBeacon("AppDialogComplete") ' Roku Performance monitoring - Dialog Closed
if passwordEntry = "backPressed"
m.scene.focusedChild.visible = false
return LoginFlow(true)
end if
end if
Expand Down

0 comments on commit d5c3165

Please sign in to comment.