Skip to content

Commit 643b273

Browse files
committed
app reviews for tv.
1 parent 6087a3c commit 643b273

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ dependencies {
155155
implementation files("$projectDir/src/main/libs/wsnet.aar")
156156
googleApi 'com.android.billingclient:billing:7.0.0'
157157
googleApi "com.google.android.gms:play-services-appset:16.0.2"
158-
googleApi 'com.google.android.play:review-ktx:2.0.1'
158+
googleApi 'com.google.android.play:review-ktx:2.0.2'
159159
googleApi 'com.google.android.gms:play-services-auth:20.4.1'
160160
}

base/src/google/java/com.windscribe.vpn/services/review/WindscribeReviewManagerImpl.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class WindscribeReviewManagerImpl(
2424
private val reviewManager = ReviewManagerFactory.create(context)
2525
private val logger = LoggerFactory.getLogger("state")
2626
override fun handleAppReview() {
27-
// TV does not not In build review popup.
28-
if (appContext.applicationInterface.isTV) {
29-
return
30-
}
3127
scope.launch {
3228
userRepository.userInfo.collectLatest {
3329
delay(3000)

0 commit comments

Comments
 (0)