Revert "fix: Try to improve Patcher's performance by disabling hardware acceleration"

This reverts commit 002f7013fd.

This fixes keyboard being transparent/hidden when TextFields are focused.
This commit is contained in:
Alberto Ponces 2022-09-08 12:51:42 +01:00
parent 2a074151af
commit 877ed317be

View File

@ -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">
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"