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

Commit f598b242 authored by Vasu Nori's avatar Vasu Nori Committed by Android (Google) Code Review
Browse files

Merge "another bug introduced by some previous refactoring CL"

parents 3414bae7 98f03074
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;
                }