mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-06-04 18:46:27 +00:00
fixed typo in pauseTask
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ export default class DownloadTask {
|
||||
|
||||
pause() {
|
||||
this.state = 'PAUSED';
|
||||
RNBackgroundDownload.puaseTask(this.id);
|
||||
RNBackgroundDownload.pauseTask(this.id);
|
||||
}
|
||||
|
||||
resume() {
|
||||
|
||||
Reference in New Issue
Block a user