From bbca38f575534a37f6026cc90e29520c6c444052 Mon Sep 17 00:00:00 2001 From: Rafael M Date: Mon, 7 Feb 2022 16:30:14 +0100 Subject: [PATCH] fix(has-notch): add huawei p40 lite to notches list (#1378) --- src/internal/devicesWithNotch.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/internal/devicesWithNotch.ts b/src/internal/devicesWithNotch.ts index 500e304c8..2502152c2 100644 --- a/src/internal/devicesWithNotch.ts +++ b/src/internal/devicesWithNotch.ts @@ -129,6 +129,10 @@ const devicesWithNotch: NotchDevice[] = [ brand: 'Huawei', model: 'P30 Pro', }, + { + brand: 'Huawei', + model: 'JNY-LX1', // P40 Lite + }, { brand: 'Huawei', model: 'Nova 3',