Removing unnecessary XML loading.

This commit is contained in:
Vitor Pamplona
2026-03-22 19:43:00 -04:00
parent 76df43b031
commit 11ed878111
2 changed files with 1 additions and 10 deletions
@@ -444,7 +444,7 @@ fun ListContent(
NavigationRow(
title = R.string.my_lists,
icon = ImageVector.vectorResource(R.drawable.format_list_bulleted_type),
icon = Icons.AutoMirrored.Filled.FormatListBulleted,
tint = MaterialTheme.colorScheme.onBackground,
nav = nav,
route = Route.Lists,
@@ -1,9 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M5,9.5L7.5,14H2.5L5,9.5M3,4H7V8H3V4M5,20A2,2 0,0 0,7 18A2,2 0,0 0,5 16A2,2 0,0 0,3 18A2,2 0,0 0,5 20M9,5V7H21V5H9M9,19H21V17H9V19M9,13H21V11H9V13Z"/>
</vector>