Skip to content

Commit

Permalink
feat: Too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Jan 27, 2025
1 parent b93bcee commit 2f31ad6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
*/
package com.wire.android.feature.analytics

class AnonymousAnalyticsRecorderImpl : AnonymousAnalyticsRecorderStub()
class AnonymousAnalyticsRecorderImpl(
private val appVersion: String,
private val appName: String
) : AnonymousAnalyticsRecorderStub()

0 comments on commit 2f31ad6

Please sign in to comment.