This commit is contained in:
arkon
2022-07-09 00:00:18 -04:00
committed by Jobobby04
parent 048587468d
commit d09de07a3f
4 changed files with 3 additions and 5 deletions
@@ -253,7 +253,7 @@ class ExtensionDetailsController(bundle: Bundle? = null) :
else -> "$url/multisrc/overrides/$pkgFactory/" + (pkgName.split(".").lastOrNull() ?: "") + path
}
} else {
url + "/src/" + pkgName.replace(".", "/") + path
url + "/src/" + pkgName.replace(".", "/") + path
}
}
+1 -1
View File
@@ -17,7 +17,7 @@
app:tint="?attr/colorOnBackground" />
<!-- Matches ID used in SwitchPreferenceCompat -->
<androidx.appcompat.widget.SwitchCompat
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switchWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@@ -1,7 +1,5 @@
package eu.kanade.tachiyomi.util.chapter
import eu.kanade.tachiyomi.data.database.models.Chapter
import eu.kanade.tachiyomi.data.database.models.Manga
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.parallel.Execution