Skip to content

Commit cc62a52

Browse files
authored
fix: add allow_cellular in loadTasksWithRawQuery (#765)
1 parent 4102a14 commit cc62a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/kotlin/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.kt

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ class FlutterDownloaderPlugin : MethodChannel.MethodCallHandler, FlutterPlugin {
214214
item["file_name"] = task.filename
215215
item["saved_dir"] = task.savedDir
216216
item["time_created"] = task.timeCreated
217+
item["allow_cellular"] = task.allowCellular
217218
array.add(item)
218219
}
219220
result.success(array)

0 commit comments

Comments
 (0)