Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7a3cf58 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Add missing break statements in FingerprintManager" into oc-dev

am: e25a2564

Change-Id: Iae1ded28be8ea7df2c466ce2592a5574b1cee994
parents 1df28559 e25a2564
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
            }
        }