mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-29 00:27:02 -05:00
20.0: Fix invisible camera buttons
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
1e8e187ede
commit
6b0362d46f
@ -1,4 +1,4 @@
|
||||
From d1a6862647428e9c973f4c21adc83656c5ac98f9 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Nikolaienkov <sergeynv@google.com>
|
||||
Date: Mon, 3 Jul 2023 17:09:28 +0200
|
||||
Subject: [PATCH] DO NOT MERGE: Consolidate queryChildDocumentsXxx()
|
||||
@ -20,10 +20,10 @@ Change-Id: I4c00693e28f3d50d716350a65e9e6bfd7482b085
|
||||
1 file changed, 6 insertions(+), 19 deletions(-)
|
||||
|
||||
diff --git a/src/com/android/providers/downloads/DownloadStorageProvider.java b/src/com/android/providers/downloads/DownloadStorageProvider.java
|
||||
index b8f47a85b..f7f8a21fd 100644
|
||||
index efeb272b..9fd6f899 100644
|
||||
--- a/src/com/android/providers/downloads/DownloadStorageProvider.java
|
||||
+++ b/src/com/android/providers/downloads/DownloadStorageProvider.java
|
||||
@@ -245,34 +245,21 @@ public Cursor queryDocument(String docId, String[] projection) throws FileNotFou
|
||||
@@ -243,34 +243,21 @@ public class DownloadStorageProvider extends FileSystemProvider {
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -276,6 +276,10 @@ applyPatch "$DOS_PATCHES/android_lineage-sdk/0001-Private_DNS-Migration.patch";
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_AUDIOFX" = true ]; then awk -i inplace '!/LineageAudioService/' lineage/res/res/values/config.xml; fi; #Remove AudioFX
|
||||
fi;
|
||||
|
||||
if enterAndClear "packages/apps/Aperture"; then
|
||||
git revert --no-edit 09577521a65e1cef0560a84085fca46b1cf53803; #Fix invisible buttons
|
||||
fi;
|
||||
|
||||
#if enterAndClear "packages/apps/CarrierConfig"; then
|
||||
#rm -rf assets/*.xml;
|
||||
#cp $DOS_PATCHES_COMMON/android_packages_apps_CarrierConfig/*.xml assets/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user