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

Commit 3918780c 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

am: 048b1517

Change-Id: I261b953da7e9edb048becbfcfffb3925f2371ec2
parents 099ede26 048b1517
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);