Skip to content

Commit

Permalink
adding instant activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Aug 17, 2024
1 parent 33711dc commit 517fb54
Show file tree
Hide file tree
Showing 48 changed files with 992 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Versions {
const val timber = "4.7.1"
const val javax = "1"

const val appcompat = "1.6.0"
const val appcompat = "1.7.0"
const val constraintLayout = "2.1.4"
const val recyclerView = "1.1.0"
const val lifecycleExtensions = "2.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class TestUtils @Inject constructor(
text: String? = null,
goals: List<RecordTypeGoal> = emptyList(),
archived: Boolean = false,
instant: Boolean = false,
categories: List<String> = emptyList(),
) = runBlocking {
val icons = iconImageMapper
Expand All @@ -87,6 +88,7 @@ class TestUtils @Inject constructor(
color = AppColor(colorId = colorId, colorInt = colorInt?.toString().orEmpty()),
icon = iconId,
hidden = archived,
instant = instant,
)

val typeId = recordTypeInteractor.add(data)
Expand Down
Loading

0 comments on commit 517fb54

Please sign in to comment.