Skip to content

Commit

Permalink
fix(hasNotch): add Redmi Note 8 Pro to hasNotch list (#1276)
Browse files Browse the repository at this point in the history
Add Redmi Note 8 Pro
  • Loading branch information
yevhenlv committed Aug 5, 2021
1 parent c78a338 commit 06e2b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal/devicesWithNotch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@ const devicesWithNotch: NotchDevice[] = [
brand: 'xiaomi',
model: 'Redmi Note 8',
},
{
brand: 'xiaomi',
model: 'Redmi Note 8 Pro',
},
{
brand: 'xiaomi',
model: 'Mi A2 Lite',
Expand Down

0 comments on commit 06e2b6c

Please sign in to comment.