Skip to content

Commit

Permalink
fix(has-notch): add huawei p40 lite to notches list (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Feb 7, 2022
1 parent 4db94a3 commit bbca38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal/devicesWithNotch.ts
Expand Up @@ -129,6 +129,10 @@ const devicesWithNotch: NotchDevice[] = [
brand: 'Huawei',
model: 'P30 Pro',
},
{
brand: 'Huawei',
model: 'JNY-LX1', // P40 Lite
},
{
brand: 'Huawei',
model: 'Nova 3',
Expand Down

0 comments on commit bbca38f

Please sign in to comment.