Skip to content

Commit

Permalink
refactor: clean up SignUpViewModel.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 5, 2023
1 parent 05440b4 commit 874976e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions store/src/main/java/net/ivpn/client/signup/SignUpViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ class SignUpViewModel @Inject constructor(
}
}

fun getPrice(productDetails: ProductDetails): String? {
return productDetails.oneTimePurchaseOfferDetails?.formattedPrice
}

private fun isBlankAccountFresh(): Boolean {
return System.currentTimeMillis() - blankAccountGeneratedDate < DateUtil.WEEK
}
Expand Down

0 comments on commit 874976e

Please sign in to comment.