Skip to content

Commit

Permalink
Removing a completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime NATUREL committed Oct 6, 2022
1 parent 07dea04 commit 8c026fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class ParseDeviceUserAgentUseCase @Inject constructor() {

private fun parseDesktopUserAgent(userAgent: String): DeviceExtendedInfo {
val browserSegments = userAgent.split(" ")
// TODO parse the whole version of browser
val (browserName, browserVersion) = when {
isFirefox(browserSegments) -> {
Pair("Firefox", getBrowserVersion(browserSegments, "Firefox"))
Expand Down

0 comments on commit 8c026fd

Please sign in to comment.