commit | 0d2fa1a9a5f66626eb93b9e70fb4a666a0d6f263 | [log] [tgz] |
---|---|---|
author | Justin Weir <justinweir@google.com> | Mon Oct 31 09:50:08 2022 -0400 |
committer | Justin Weir <justinweir@google.com> | Wed Nov 02 15:04:57 2022 -0400 |
tree | ac03a1d21779044b30a0564d85fd482fc0bd9e8a | |
parent | ad23a83ccfc96513d046bc812d90aea604169557 [diff] |
Delete NPVC.mIsLaunchTransitionFinished and associated dead code NPVC.mIsLaunchTransitionFinished is only ever set to false, so it can be deleted along with any code gated by a true value. Also, KeyguardViewController.shouldDisableWindowAnimationsForUnlock has only one impl which passes on the value, so it and all code that needs it to return true can be deleted as well. Fixes: 256593504 Test: atest and manual Change-Id: I696be4b8328b14ec7588f9d90d3fd6a4c8d85138