Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomEntitlementsComputation: disable first listener callback when set #1152

Merged
merged 3 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
moved appConfig to before parameters with default values
  • Loading branch information
aboedo committed Jul 20, 2023
commit 6b6e74c3394e8bdde5d6aac651c3e6761a8b257a
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ internal class CustomerInfoUpdateHandler(
private val deviceCache: DeviceCache,
private val identityManager: IdentityManager,
private val offlineEntitlementsManager: OfflineEntitlementsManager,
private val handler: Handler = Handler(Looper.getMainLooper()),
private val appConfig: AppConfig,
private val handler: Handler = Handler(Looper.getMainLooper()),
) {

var updatedCustomerInfoListener: UpdatedCustomerInfoListener? = null
Expand Down