Ability to skip error in downloader

This commit is contained in:
Koitharu
2023-12-02 15:03:15 +02:00
parent b1fa9d1d22
commit 1a7b1e7bdc
12 changed files with 79 additions and 50 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M16,18H18V6H16M6,18L14.5,12L6,6V18Z" />
</vector>