fix ellipsize

This commit is contained in:
tom5079
2024-04-11 08:44:45 -07:00
parent 19450f66a0
commit a5d4cbfaec
3 changed files with 28 additions and 7 deletions

View File

@@ -226,7 +226,6 @@ class DownloadService : Service() {
}
override fun onResponse(call: Call, response: Response) {
Log.d("PUPILD", "ONRESPONSE ${call.request().tag()}")
val (galleryID, index, startId) = call.request().tag() as Tag
val ext = call.request().url().encodedPath().split('.').last()