From 877ed317be7c04cbd7b52079b1c6b218d6870ef2 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Thu, 8 Sep 2022 12:51:42 +0100 Subject: [PATCH] Revert "fix: Try to improve Patcher's performance by disabling hardware acceleration" This reverts commit 002f7013fdd57c1ef49b99a9da08d3bbd07efdeb. This fixes keyboard being transparent/hidden when TextFields are focused. --- android/app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 42d020ef..d12578ef 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -13,14 +13,14 @@ android:label="ReVanced Manager" android:name="${applicationName}" android:icon="@mipmap/ic_launcher" - android:largeHeap="true" - android:hardwareAccelerated="false"> + android:largeHeap="true">