Download manager fixed

now no need to long tap download button to download externally (select external downloader to download from external app)
This commit is contained in:
aayush262 2024-01-23 17:38:11 +05:30
parent 9fa422ebf3
commit 4218d81c49
3 changed files with 71 additions and 91 deletions

View file

@ -719,14 +719,6 @@
app:iconPadding="16dp"
app:iconSize="24dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:alpha="0.58"
android:fontFamily="@font/poppins_family"
android:text="@string/long_press_download"
android:textSize="14sp" />
<!--TODO: Add support for SD card-->
<com.google.android.material.materialswitch.MaterialSwitch