mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-06-05 02:49:59 +00:00
fuuuuuuuu
This commit is contained in:
@@ -6,7 +6,7 @@ public class RNBGDTaskConfig implements Serializable {
|
||||
public String id;
|
||||
public boolean reportedBegin;
|
||||
|
||||
public TaskConfig(String id) {
|
||||
public RNBGDTaskConfig(String id) {
|
||||
this.id = id;
|
||||
this.reportedBegin = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user