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

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

Merge "Add missing return statement in setTempFileRootDirectory"

am: d281b1a1

Change-Id: I9bbe241eec6aafdf41153cbc9c410b844ef63e2c
parents a2311212 d281b1a1
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);