Skip to content

Commit

Permalink
renable hardware accel for better UI performance
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 17, 2022
1 parent de76076 commit ea908a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:allowClearUserData="true"
android:configChanges="locale|orientation|screenSize"
android:description="@string/app_description"
android:hardwareAccelerated="false"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit ea908a7

Please sign in to comment.