Skip to content

Commit

Permalink
Fix Add-ons field not appearing on pledge screen (#1937)
Browse files Browse the repository at this point in the history
* Fix Add-ons field not appearing on pledge screen
  • Loading branch information
ycheng-kickstarter authored and leighdouglas committed Jan 29, 2024
1 parent ec494ff commit 79df3bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.kickstarter.ui.viewholders

import android.util.Pair
import com.kickstarter.databinding.ExpandableHeaderItemBinding
import com.kickstarter.libs.utils.extensions.addToDisposable
import com.kickstarter.models.Project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.kickstarter.viewmodels

import android.util.Pair
import com.kickstarter.libs.Environment
import com.kickstarter.libs.utils.extensions.addToDisposable
import com.kickstarter.libs.utils.extensions.isNotNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_percent="0.60" />
app:layout_constraintGuide_percent="0.65" />

<TextView
android:id="@+id/pledge_header_summary_amount"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.kickstarter.viewmodels

import android.util.Pair
import com.kickstarter.KSRobolectricTestCase
import com.kickstarter.libs.utils.extensions.addToDisposable
import com.kickstarter.mock.factories.ProjectFactory
Expand Down

0 comments on commit 79df3bf

Please sign in to comment.