Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 22, 2023
1 parent ea71bd9 commit c43d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parser/OperatingSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public function parse(): ?array

if ('Fire OS' === $osFromUserAgent['name']) {
$majorVersion = (int) (\explode('.', $version, 1)[0] ?? '0');

$fireOsVersionMapping = [
'11' => '8',
'10' => '8',
Expand Down

0 comments on commit c43d161

Please sign in to comment.