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

Commit 48c486ed authored by Dario Freni's avatar Dario Freni Committed by Android (Google) Code Review
Browse files

Merge "Add a missing return statement."

parents ec820ed3 fe32b3f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@ public class StagingManager {
            session.setStagedSessionFailed(
                    SessionInfo.STAGED_SESSION_VERIFICATION_FAILED,
                    "APEX staging failed, check logcat messages from apexd for more details.");
            return;
        }

        if (apexInfoList.apexInfos != null && apexInfoList.apexInfos.length > 0) {