architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

suspend fun refresh() { val networkTasks = networkDataSource.loadTasks() localDataSource.deleteAll() val localTasks = withContext(dispatcher) { networkTasks.toLocal() } localDataSource.upsertAll(localTasks) // Fixed this line }

Open JanSKoupy opened this issue 3 months ago • 1 comments

suspend fun refresh() { val networkTasks = networkDataSource.loadTasks() localDataSource.deleteAll() val localTasks = withContext(dispatcher) { networkTasks.toLocal() } localDataSource.upsertAll(localTasks) // Fixed this line }

JanSKoupy avatar Oct 15 '25 15:10 JanSKoupy

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

thewyp avatar Oct 15 '25 15:10 thewyp

use the given measures contact dev - pro and mark down all incline repo end-points

digitheaintcallyet-wq avatar Dec 14 '25 14:12 digitheaintcallyet-wq