File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/google/java/com.windscribe.vpn/services/review Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,6 @@ dependencies {
155
155
implementation files(" $projectDir /src/main/libs/wsnet.aar" )
156
156
googleApi ' com.android.billingclient:billing:7.0.0'
157
157
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 '
159
159
googleApi ' com.google.android.gms:play-services-auth:20.4.1'
160
160
}
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ class WindscribeReviewManagerImpl(
24
24
private val reviewManager = ReviewManagerFactory .create(context)
25
25
private val logger = LoggerFactory .getLogger(" state" )
26
26
override fun handleAppReview () {
27
- // TV does not not In build review popup.
28
- if (appContext.applicationInterface.isTV) {
29
- return
30
- }
31
27
scope.launch {
32
28
userRepository.userInfo.collectLatest {
33
29
delay(3000 )
You can’t perform that action at this time.
0 commit comments