Skip to content

Commit

Permalink
added lovespouse to kitchensink
Browse files Browse the repository at this point in the history
  • Loading branch information
simondankelmann committed Dec 15, 2023
1 parent a6de3df commit 00819f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified app/debug/app-debug.apk
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class StartFragment : Fragment() {
AdvertisementTarget.ADVERTISEMENT_TARGET_LOVESPOUSE -> {
titleTextView.text = "Lovespouse"
targetTextView.text = "Target: Lovespouse"
distanceTextView.text = "Distance: Unknown"
distanceTextView.text = "Distance: Far"
iconImageView.setImageDrawable(resources.getDrawable(R.drawable.heart, AppContext.getContext().theme))
}
}
Expand Down Expand Up @@ -473,6 +473,9 @@ class StartFragment : Fragment() {

AdvertisementSetType.ADVERTISEMENT_TYPE_SWIFT_PAIRING,

AdvertisementSetType.ADVERTISEMENT_TYPE_LOVESPOUSE_PLAY,
AdvertisementSetType.ADVERTISEMENT_TYPE_LOVESPOUSE_STOP,

), "Kitchen Sink Collection")
}

Expand Down

0 comments on commit 00819f5

Please sign in to comment.