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

Commit 352fa3bd authored by JW Wang's avatar JW Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix an NPE" into sc-dev

parents 46b8d722 02913eb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ class RollbackManagerServiceImpl extends IRollbackManager.Stub implements Rollba
                if (session == null || session.isStagedSessionFailed()) {
                    iter.remove();
                    deleteRollback(rollback,
                            "Session " + session.getSessionId() + " not existed or failed");
                            "Session " + rollback.getStagedSessionId() + " not existed or failed");
                    continue;
                }