Compare commits
1 Commits
3b383d3d24
...
f7f75dcdc7
Author | SHA1 | Date | |
---|---|---|---|
f7f75dcdc7 |
@ -310,6 +310,7 @@ class LoginActivity :
|
||||
.withAboutSpecial2Description(AppSettingsService.BUG_URL)
|
||||
.withAboutSpecial1("Project Page")
|
||||
.withAboutSpecial1Description(AppSettingsService.SOURCE_URL)
|
||||
.withShowLoadingProgress(false)
|
||||
.start(this)
|
||||
true
|
||||
}
|
||||
|
@ -124,6 +124,7 @@ class SettingsActivity :
|
||||
LibsBuilder()
|
||||
.withAboutIconShown(true)
|
||||
.withAboutVersionShown(true)
|
||||
.withShowLoadingProgress(false)
|
||||
.start(it)
|
||||
}
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user