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

Commit 2fc42a27 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

am: 3e90c702

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

            return NO_ERROR;
        }
        }


        case SYSPROPS_TRANSACTION: {
        case SYSPROPS_TRANSACTION: {