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

Commit 3e90c702 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Fix unintentional fall-through in switch." am: 451ff0d8

am: 0f194c44

Change-Id: I796340f3dd69d21ad05ba407305cbe56f8ec4266
parents 14ac77cd 0f194c44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ status_t BBinder::onTransact(
            if (resultReceiver != NULL) {
                resultReceiver->send(INVALID_OPERATION);
            }

            return NO_ERROR;
        }

        case SYSPROPS_TRANSACTION: {