fix: stats hardware acceleration glitch

This commit is contained in:
rebelonion 2024-03-17 21:59:21 -05:00
parent 9f4cd0ba0d
commit 92fa0c117d
4 changed files with 5 additions and 3 deletions

View file

@ -125,6 +125,7 @@
android:id="@+id/statisticList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:nestedScrollingEnabled="true"
tools:listitem="@layout/item_chart" />
</LinearLayout>