From 7bc181133cfa5ad6d5b45106bd0f6920d34480dd Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Sun, 16 Jun 2019 23:05:47 +0200 Subject: [PATCH] Do not show versions in the library info screen --- src/main/kotlin/me/proxer/app/settings/AboutFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/me/proxer/app/settings/AboutFragment.kt b/src/main/kotlin/me/proxer/app/settings/AboutFragment.kt index 09936bce..2584a0c1 100644 --- a/src/main/kotlin/me/proxer/app/settings/AboutFragment.kt +++ b/src/main/kotlin/me/proxer/app/settings/AboutFragment.kt @@ -152,6 +152,7 @@ class AboutFragment : MaterialAboutFragment(), CustomTabsAware { .withShowLoadingProgress(false) .withAboutVersionShown(false) .withAboutIconShown(false) + .withVersionShown(false) .withLibraries(*libraries) .withExcludedLibraries(*excludedLibraries) .withFields(R.string::class.java.fields)