Edge-to-edge in licenses activity

This commit is contained in:
arkon 2021-04-13 22:48:54 -04:00
parent a4e5e3ece5
commit c749e50bec

View File

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