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

Commit efdf2388 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Refactor: Remove unused branch." am: a9f7998f am: 4d720322 am:...

Merge "Refactor: Remove unused branch." am: a9f7998f am: 4d720322 am: 19545b4c am: 45b05756 am: 2a4a3c02

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1820992

Change-Id: If78fb3baa7e8198ee8fb39c890df172e6c691408
parents f4561cc8 2a4a3c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ public final class URLUtil {
        String extension = null;

        // If we couldn't do anything with the hint, move toward the content disposition
        if (filename == null && contentDisposition != null) {
        if (contentDisposition != null) {
            filename = parseContentDisposition(contentDisposition);
            if (filename != null) {
                int index = filename.lastIndexOf('/') + 1;