Skip to content

Commit 7bc1811

Browse files
committed
Do not show versions in the library info screen
1 parent 580f4e4 commit 7bc1811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/me/proxer/app/settings/AboutFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class AboutFragment : MaterialAboutFragment(), CustomTabsAware {
152152
.withShowLoadingProgress(false)
153153
.withAboutVersionShown(false)
154154
.withAboutIconShown(false)
155+
.withVersionShown(false)
155156
.withLibraries(*libraries)
156157
.withExcludedLibraries(*excludedLibraries)
157158
.withFields(R.string::class.java.fields)

0 commit comments

Comments
 (0)