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

Commit 29549c7a authored by Vasu Nori's avatar Vasu Nori
Browse files

fix a long-standing 'typo' bug

bug:2676368
Change-Id: Ie7381f343223c3bd4757de962efab7b75fe2cf1d
parent 0d1e1550
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);
        }
    }