mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
m8: Fix display corruption
Fixes the screen shifting vertically when in a full screen task like camera Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
56b71651c5
commit
6d52d2f6ce
@ -1,7 +1,7 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: inthewaves <inthewaves@pm.me>
|
||||
Date: Thu, 10 Sep 2020 16:47:59 -0700
|
||||
Subject: [PATCH] SystemUI: Require unlocking to use sensitive QS tiles
|
||||
Subject: [PATCH] SystemUI: Require unlocking to use sensitive QS tiles
|
||||
|
||||
- Airplane mode
|
||||
- Battery saver
|
||||
|
@ -9,7 +9,7 @@ Change-Id: I461718c38ca3c0e372e1cc0e0f0deb74ae5c68bb
|
||||
1 file changed, 1 insertion(+), 5 deletions(-)
|
||||
|
||||
diff --git a/hosts_cache.cpp b/hosts_cache.cpp
|
||||
index 258eac1b..be8a0ff4 100644
|
||||
index 258eac1..be8a0ff 100644
|
||||
--- a/hosts_cache.cpp
|
||||
+++ b/hosts_cache.cpp
|
||||
@@ -47,10 +47,6 @@ constexpr int MAXADDRS = 35;
|
||||
|
@ -67,7 +67,7 @@ commentPatches android_kernel_google_yellowstone.sh "0001-LinuxIncrementals/3.10
|
||||
commentPatches android_kernel_huawei_angler.sh "CVE-2014-8559";
|
||||
commentPatches android_kernel_htc_flounder.sh "CVE-2018-9514" "CVE-2018-14614/3.4";
|
||||
commentPatches android_kernel_htc_msm8960.sh "CVE-2018-10876" "CVE-2021-0695" "CVE-2021-Misc2/3.4/0055.patch" "CVE-2021-Misc2/3.4/0056.patch";
|
||||
commentPatches android_kernel_htc_msm8974.sh "CVE-2016-8393" "CVE-2022-22058";
|
||||
commentPatches android_kernel_htc_msm8974.sh "CVE-2016-8393" "CVE-2022-22058" "CVE-2016-10284/3.18/0001.patch";
|
||||
commentPatches android_kernel_htc_msm8994.sh "CVE-2016-8394/ANY/0001.patch" "CVE-2017-13166" "CVE-2018-3585" "CVE-2018-9514";
|
||||
commentPatches android_kernel_lge_bullhead.sh "CVE-2014-8559";
|
||||
commentPatches android_kernel_lge_msm8992.sh "CVE-2018-5897" "CVE-2018-11266";
|
||||
|
@ -66,7 +66,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9806/3.4/0004.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10142/3.10/0002.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10232/3.4/0003.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10234/3.4/0003.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10284/3.18/0001.patch
|
||||
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10284/3.18/0001.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10318/^4.8/0001.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10741/3.18/0005.patch
|
||||
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-partial-SMAP-bypass/3.10/0002.patch
|
||||
|
Loading…
Reference in New Issue
Block a user