Skip to content

Commit

Permalink
Make UserAgent a singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Feb 17, 2025
1 parent d5ab49e commit 65bf4b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import org.wordpress.android.util.AppLog
import org.wordpress.android.util.PackageUtils
import javax.inject.Singleton

@Singleton
@Suppress("MemberNameEqualsClassName")
class UserAgent @JvmOverloads constructor(
private val appContext: Context?,
Expand Down

0 comments on commit 65bf4b6

Please sign in to comment.