From 244efb5d7dce8228b1fa8c2fae4713e57558dd38 Mon Sep 17 00:00:00 2001 From: Thomas Shum Date: Mon, 26 Aug 2019 21:31:32 -0700 Subject: [PATCH] sm6250-common: overlay-lineage: set config_haveNotch overlay to true This device has a notch, but this was never set, so users were still able to do things like enabling the network traffic monitor or setting the clock position to center, both of which would not be fully visible due to the notch. Change-Id: I2aaa0c06b23b40aac120c325ce15fb0992463520 --- overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml index 843a020..32d464c 100644 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml @@ -58,4 +58,7 @@ For example, a device with notification and battery lights that supports pulsating and RGB control would set this config to 75. --> 224 + + + true