Parcourir la source

Edge-to-edge in licenses activity

arkon il y a 4 ans
Parent
commit
c749e50bec

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt

@@ -138,6 +138,7 @@ class AboutController : SettingsController() {
                         .withAboutIconShown(false)
                         .withAboutVersionShown(false)
                         .withLicenseShown(true)
+                        .withEdgeToEdge(true)
                         .start(activity!!)
                 }
             }