Skip to content

Commit

Permalink
Do not show versions in the library info screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 16, 2019
1 parent 580f4e4 commit 7bc1811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/me/proxer/app/settings/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7bc1811

Please sign in to comment.