Merge "Fix NPE in LockSettingsService." into cw-f-dev
This commit is contained in:
@@ -1398,7 +1398,7 @@ public class LockSettingsService extends ILockSettings.Stub {
|
||||
return VerifyCredentialResponse.OK;
|
||||
}
|
||||
|
||||
if (TextUtils.isEmpty(credential)) {
|
||||
if (storedHash == null || TextUtils.isEmpty(credential)) {
|
||||
return VerifyCredentialResponse.ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user