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

Commit 88c76aef 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

am: c7a3cf58

Change-Id: I5d509bdb15a645ae002b0f9862644da3aac8b456
parents a4bd283a c7a3cf58
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;
            }
        }