am a270bd59: Merge "fix a long-standing \'typo\' bug" into honeycomb
* commit 'a270bd59a8e6d291af8c1cfcf13af5260ec0ed5a': fix a long-standing 'typo' bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user