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 {
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}
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments