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

Commit fe32b3f4 authored by Dario Freni's avatar Dario Freni
Browse files

Add a missing return statement.

Change-Id: I5cdf004da0763092b57eb6dba169321dba636e45
Fix: 124011713
Test: n/a
parent c63d6c2a
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) {