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

Commit a085ef3e authored by Vasu Nori's avatar Vasu Nori Committed by Android Git Automerger
Browse files

am a270bd59: Merge "fix a long-standing \'typo\' bug" into honeycomb

* commit 'a270bd59':
  fix a long-standing 'typo' bug
parents c7715def a270bd59
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -196,7 +196,7 @@ public final class Downloads {
         * @return a boolean whether the download is successful.
         * @return a boolean whether the download is successful.
         */
         */
        public boolean isSuccessful() {
        public boolean isSuccessful() {
            return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
            return android.provider.Downloads.Impl.isStatusSuccess(statusCode);
        }
        }
    }
    }