Skip to content
  • Nate Graham's avatar
    NoPaswordUnlock screen: focus it by default · 5abd36ff
    Nate Graham authored
    Otherwise the user needs to manually tab over to the Unlock button
    first, which is annoying. And they may not even think to do it at all.
    
    The `forceActiveFocus()` is because the stack view does not manually pass focus
    to the item you push onto it; this needs to be handled manually.
    
    BUG: 454707
    
    
    (cherry picked from commit 370976d7)
    5abd36ff