Skip to content

Commit

Permalink
fix(hasNotch): added Huawei Honor Play and Samsung Galaxy A71 to hasN…
Browse files Browse the repository at this point in the history
…otch list (#1303)
  • Loading branch information
jaysonsori0 committed Nov 4, 2021
1 parent 6fbdcca commit f158ecc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/internal/devicesWithNotch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ const devicesWithNotch: NotchDevice[] = [
brand: 'Huawei',
model: 'POT-LX1',
},
{
brand: 'Huawei',
model: 'Honor Play',
},
{
brand: 'Huawei',
model: 'Honor 10',
Expand Down Expand Up @@ -321,6 +325,10 @@ const devicesWithNotch: NotchDevice[] = [
brand: 'Samsung',
model: 'SM-A217F',
},
{
brand: 'Samsung',
model: 'SM-A715F',
},
];

export default devicesWithNotch;

0 comments on commit f158ecc

Please sign in to comment.