mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add eta support
This commit is contained in:
@@ -94,6 +94,7 @@ class _TaskView extends State<TaskView> {
|
||||
onTap: () {
|
||||
context.push("/dialog/task/${widget.task.base.id}");
|
||||
},
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: Column(children: [
|
||||
_buildText(context),
|
||||
LinearPercentIndicator(
|
||||
|
||||
Reference in New Issue
Block a user