Skip to content

Commit

Permalink
safe cache, release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGinard committed Aug 20, 2022
1 parent 7667c50 commit c9c545d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.lucasginard.airelibre"
minSdk 24
targetSdk 31
versionCode 14
versionName "1.1.3"
versionCode 15
versionName "1.1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AboutFragment: Fragment() {
) = contentView(ViewCompositionStrategy.DisposeOnLifecycleDestroyed(viewLifecycleOwner)) {
AireLibreTheme(ThemeState.isDark) {
Surface(color = MaterialTheme.colors.background) {
if(this.isInternetAvailable()) getServiceContributors()
if(SessionCache.listContributorsCache.isNullOrEmpty() || this.isInternetAvailable()) getServiceContributors()
getLinksDynamic()
baseAbout()
}
Expand Down

0 comments on commit c9c545d

Please sign in to comment.