Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Oct 8, 2024
1 parent b0b8b21 commit e72e783
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Environment(context: Context) {
}

val isGooglePlayAvailable: Boolean by lazy {
installerSource == AppInstall.Source.GOOGLE_PLAY && isGooglePlayServicesAvailable
// installerSource == AppInstall.Source.GOOGLE_PLAY && isGooglePlayServicesAvailable
true
}
}

0 comments on commit e72e783

Please sign in to comment.