Skip to content

Commit

Permalink
DO NOT MERGE: TEST UPDATE MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
UBaggeler committed Apr 27, 2021
1 parent 044d025 commit 401d74d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public class GaenConfigController {
private static final String IOS_VERSION_13_7 = "ios13.7";
private static final String IOS_VERSION_14 = "ios14.0";
private static final Version APP_VERSION_1_0_9 = new Version("ios-1.0.9");
private static final Version APP_VERSION_1_4_2 = new Version("ios-1.4.2");
private static final Version IOS_APP_VERSION_1_1_2 = new Version("ios-1.1.2");

private static final Logger logger = LoggerFactory.getLogger(GaenConfigController.class);
Expand Down Expand Up @@ -148,6 +149,10 @@ public GaenConfigController(Messages messages,
config = generalUpdateRelease(true);
}

if (APP_VERSION_1_4_2.isSameVersionAs(userAppVersion)) {
config = generalUpdateRelease(true);
}

// Work around a limitation of SwissCovid 1.1.2 on iOS which requires an InfoBox
// to be set.
// For this specific version, move the text above the "Enter CovidCode" button,
Expand Down

0 comments on commit 401d74d

Please sign in to comment.