Merge "Add missing break statements in FingerprintManager" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e25a2564e5
@@ -880,9 +880,11 @@ public class FingerprintManager {
|
||||
case MSG_REMOVED:
|
||||
sendRemovedResult((Long) msg.obj /* deviceId */, msg.arg1 /* fingerId */,
|
||||
msg.arg2 /* groupId */);
|
||||
break;
|
||||
case MSG_ENUMERATED:
|
||||
sendEnumeratedResult((Long) msg.obj /* deviceId */, msg.arg1 /* fingerId */,
|
||||
msg.arg2 /* groupId */);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user