mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 10:11:58 +00:00
show time traveler sub modal less
This commit is contained in:
parent
e6152cef00
commit
72760d7588
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class TimeTravelersShopFragment : ShopFragment() {
|
|||
|
||||
lifecycleScope.launchCatching {
|
||||
val user = userViewModel.user.value
|
||||
if (user?.isSubscribed != true) {
|
||||
if (user?.isSubscribed != true && user?.purchased?.plan?.consecutive?.trinkets == 0) {
|
||||
delay(2.seconds)
|
||||
val subscriptionBottomSheet =
|
||||
EventOutcomeSubscriptionBottomSheetFragment().apply {
|
||||
|
|
|
|||
Loading…
Reference in a new issue