Skip to content

Commit

Permalink
Make sure the Samsung DeX device is actually marked as a proper patte…
Browse files Browse the repository at this point in the history
…rn match identification
  • Loading branch information
NielsLeenheer committed Dec 29, 2017
1 parent 919a05c commit dffa93b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Analyser/Header/Useragent/Browser.php
Expand Up @@ -266,6 +266,7 @@ private function detectChrome($ua)
$this->data->device->manufacturer = 'Samsung';
$this->data->device->model = 'DeX';
$this->data->device->identifier = '';
$this->data->device->identified |= Constants\Id::PATTERN;
$this->data->device->type = Constants\DeviceType::DESKTOP;
} else {
$channel = Data\Chrome::getChannel('desktop', $version);
Expand Down

0 comments on commit dffa93b

Please sign in to comment.