File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android/app/src/main/java/net/artsy/app Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class MainActivity : ReactActivity() {
121121
122122 Log .d(TAG , " checkForAppUpdate: conditions: \n " +
123123 " appUpdateInfo.updateAvailability() == UpdateAvailability.UPDATE_AVAILABLE: ${appUpdateInfo.updateAvailability() == UpdateAvailability .UPDATE_AVAILABLE } \n " +
124- " (appUpdateInfo.clientVersionStalenessDays() ?: -1) >= DAYS_FOR_FLEXIBLE_UPDATE: ${(appUpdateInfo.clientVersionStalenessDays() ? : - 1 ) >= DAYS_FOR_FLEXIBLE_UPDATE } " +
124+ " (appUpdateInfo.clientVersionStalenessDays() ?: -1) >= DAYS_FOR_FLEXIBLE_UPDATE: ${(appUpdateInfo.clientVersionStalenessDays() ? : - 1 ) >= DAYS_FOR_FLEXIBLE_UPDATE } \n " +
125125 " appUpdateInfo.isUpdateTypeAllowed(AppUpdateType.FLEXIBLE): ${appUpdateInfo.isUpdateTypeAllowed(AppUpdateType .FLEXIBLE )} "
126126 )
127127 if (appUpdateInfo.updateAvailability() == UpdateAvailability .UPDATE_AVAILABLE &&
You can’t perform that action at this time.
0 commit comments