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

Commit 98f03074 authored by Vasu Nori's avatar Vasu Nori
Browse files

another bug introduced by some previous refactoring CL

bug:3197501
Change-Id: I29342b111ef25c75129b095acee307c5d79f1692
parent c7bc3d09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1036,7 +1036,7 @@ public class DownloadManager {
            long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION));
            if (destinationType == Downloads.Impl.DESTINATION_FILE_URI ||
                    destinationType == Downloads.Impl.DESTINATION_EXTERNAL) {
                String localPath = getString(getColumnIndex(Downloads.Impl._DATA));
                String localPath = getString(getColumnIndex(COLUMN_LOCAL_FILENAME));
                if (localPath == null) {
                    return null;
                }