fix: 领取任务后立即刷新列表 (#107)
This commit is contained in:
@@ -214,6 +214,7 @@ class ClaimTaskWorker(QObject):
|
||||
purchase_reconcile_factory=self._purchase_reconcile_factory,
|
||||
cancelled=lambda: self._cancelled,
|
||||
device_connection_checker=self._device_connection_checker,
|
||||
task_saved=self.taskSaved.emit,
|
||||
)
|
||||
result = dispatcher.execute_one()
|
||||
if not self._cancelled or result.kind == "cancelled":
|
||||
|
||||
Reference in New Issue
Block a user