mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3538 Widgets | Enhancement | Add plus button to system and object-type widgets (#2260)
This commit is contained in:
parent
d635e34465
commit
c51a302051
10 changed files with 146 additions and 22 deletions
|
@ -4,8 +4,9 @@ import com.anytypeio.anytype.core_models.Id
|
|||
import com.anytypeio.anytype.domain.base.AppCoroutineDispatchers
|
||||
import com.anytypeio.anytype.domain.base.ResultInteractor
|
||||
import com.anytypeio.anytype.domain.block.repo.BlockRepository
|
||||
import javax.inject.Inject
|
||||
|
||||
class SetObjectListIsFavorite(
|
||||
class SetObjectListIsFavorite @Inject constructor(
|
||||
private val repo: BlockRepository,
|
||||
dispatchers: AppCoroutineDispatchers
|
||||
) : ResultInteractor<SetObjectListIsFavorite.Params, Unit>(dispatchers.io) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue