mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-10-10 20:38:57 -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
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue