Edge-to-edge in licenses activity

(cherry picked from commit c749e50becf3f7eb50b766c8b1fc8afcd7b1b37e)
This commit is contained in:
arkon 2021-04-13 22:48:54 -04:00 committed by Jobobby04
parent d3d937fe17
commit 189b15fee6

View File

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