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

Commit 048b1517 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add missing return statement in setTempFileRootDirectory" am: d281b1a1

am: a3769498

Change-Id: Ib940c4a54821c23aff204e01a0bd097615864415
parents a8f341c4 a3769498
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -437,6 +437,7 @@ public class MbmsDownloadSession implements AutoCloseable {
            int result = downloadService.setTempFileRootDirectory(mSubscriptionId, filePath);
            if (result != MbmsErrors.SUCCESS) {
                sendErrorToApp(result, null);
                return;
            }
        } catch (RemoteException e) {
            mService.set(null);