Skip to content

Commit

Permalink
moved appConfig to before parameters with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jul 20, 2023
1 parent 89f6a16 commit 6b6e74c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6b6e74c

Please sign in to comment.