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

Commit c4f91e52 authored by Shreyas Basarge's avatar Shreyas Basarge Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in BackupManagerService"

parents 209346fa 2d096ee4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2612,6 +2612,7 @@ public class BackupManagerService {
                boolean userInitiated, boolean nonIncremental) {
            mTransport = transport;
            mOriginalQueue = queue;
            mQueue = new ArrayList<>();
            mJournal = journal;
            mObserver = observer;
            mMonitor = monitor;