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

Commit d281b1a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing return statement in setTempFileRootDirectory"

parents 97246476 e1af92e4
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);