Update tablet UI

- Only used when width is >= 720dp instead of 600dp (typically 10" tablets)
- Fix fastscroll in manga view (fixes #5267)
This commit is contained in:
arkon
2021-06-03 23:00:41 -04:00
parent 6c53bb4d51
commit b03ebc1fa4
4 changed files with 13 additions and 15 deletions

View File

@@ -156,7 +156,7 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.7.0-alpha04")
// UI library
implementation("com.google.android.material:material:1.4.0-beta01")
implementation("com.google.android.material:material:1.4.0-rc01")
"standardImplementation"("com.google.firebase:firebase-core:19.0.0")