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

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

Merge "fix a long-standing 'typo' bug" into honeycomb

parents 424a1bb0 29549c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ public final class Downloads {
         * @return a boolean whether the download is successful.
         */
        public boolean isSuccessful() {
            return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
            return android.provider.Downloads.Impl.isStatusSuccess(statusCode);
        }
    }