Skip to content

Commit

Permalink
Update minimal implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Jan 11, 2024
1 parent 8f10be3 commit d65285e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ThreadManagerImpl @Inject constructor() : ThreadManager {
override suspend fun syncPreferredDataset(
context: Context,
serverId: Int,
exportOnly: Boolean,
scope: CoroutineScope
): ThreadManager.SyncResult = ThreadManager.SyncResult.AppUnsupported

Expand Down

0 comments on commit d65285e

Please sign in to comment.