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

Commit 5f87830b 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

am: 2fc42a27

Change-Id: Icb62d58dfa23f9e5d04de603126ea4b881a716ee
parents a039340c 2fc42a27
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: {