Hand login_auth_user_view an external binary authentication callback, instead of handling it directly |
|
Issue descriptionRight now LoginAuthUserView does all the External Binary auth work itself (i.e. listening to power manager, sending the auth request). It should only be concerned with handling button presses and calling the relevant callbacks in response to these. We should probably do this in combination with splitting up LockContentsView since that contains a lot of different functionality. Once this is complete we'll know exactly which class will be responsible for handling it. |
|
►
Sign in to add a comment |
|