Ask subscribers and theme purchasers for ratings

pull/996/head
Alex Baker 6 years ago
parent 7ed74c9733
commit c6381c8da1

@ -46,8 +46,8 @@ class WhatsNewDialog : InjectingDialogFragment() {
val text = "$entries\n\nVisit https://tasks.org/changelog for more info"
changelog.text = text
val begForRating = (inventory.hasPro() || firebase.noChurn())
&& !preferences.getBoolean(R.string.p_clicked_rate, false)
val begForRating = !preferences.getBoolean(R.string.p_clicked_rate, false)
&& (inventory.purchasedThemes() || firebase.noChurn())
val begForSubscription = firebase.noChurn() && !inventory.hasPro()
when {

Loading…
Cancel
Save